com.atlassian.bamboo.artifact
Interface ArtifactPermissionService

All Known Implementing Classes:
ArtifactPermissionServiceImpl

public interface ArtifactPermissionService


Method Summary
 boolean hasReadPermission(Artifact artifact)
          Checks whether a permission is granted to read an Artifact
 boolean hasReadPermission(Artifact artifact, org.acegisecurity.Authentication authentication)
          Checks whether a permission is granted to read an Artifact
 

Method Detail

hasReadPermission

boolean hasReadPermission(@NotNull
                          Artifact artifact,
                          @Nullable
                          org.acegisecurity.Authentication authentication)
Checks whether a permission is granted to read an Artifact


hasReadPermission

boolean hasReadPermission(@NotNull
                          Artifact artifact)
Checks whether a permission is granted to read an Artifact



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.