public final class ImmutableAcl extends Object implements org.acegisecurity.acls.Acl
| Modifier and Type | Method and Description |
|---|---|
static ImmutableAcl |
copyOf(org.acegisecurity.acls.Acl from) |
org.acegisecurity.acls.AccessControlEntry[] |
getEntries() |
org.acegisecurity.acls.objectidentity.ObjectIdentity |
getObjectIdentity() |
org.acegisecurity.acls.sid.Sid |
getOwner() |
org.acegisecurity.acls.Acl |
getParentAcl() |
boolean |
isEntriesInheriting() |
boolean |
isGranted(org.acegisecurity.acls.Permission[] permission,
org.acegisecurity.acls.sid.Sid[] sids,
boolean administrativeMode) |
boolean |
isSidLoaded(org.acegisecurity.acls.sid.Sid[] sids) |
static ImmutableAcl |
notNullcopyOf(org.acegisecurity.acls.Acl acl)
Deprecated.
since 5.11, without replacement
|
@Nullable public static ImmutableAcl copyOf(org.acegisecurity.acls.Acl from)
@Deprecated @NotNull public static ImmutableAcl notNullcopyOf(@Nullable org.acegisecurity.acls.Acl acl)
public org.acegisecurity.acls.objectidentity.ObjectIdentity getObjectIdentity()
getObjectIdentity in interface org.acegisecurity.acls.Aclpublic org.acegisecurity.acls.sid.Sid getOwner()
getOwner in interface org.acegisecurity.acls.Aclpublic org.acegisecurity.acls.Acl getParentAcl()
getParentAcl in interface org.acegisecurity.acls.Aclpublic boolean isEntriesInheriting()
isEntriesInheriting in interface org.acegisecurity.acls.Aclpublic org.acegisecurity.acls.AccessControlEntry[] getEntries()
getEntries in interface org.acegisecurity.acls.Aclpublic boolean isGranted(org.acegisecurity.acls.Permission[] permission,
org.acegisecurity.acls.sid.Sid[] sids,
boolean administrativeMode)
throws org.acegisecurity.acls.NotFoundException,
org.acegisecurity.acls.UnloadedSidException
isGranted in interface org.acegisecurity.acls.Aclorg.acegisecurity.acls.NotFoundExceptionorg.acegisecurity.acls.UnloadedSidExceptionpublic boolean isSidLoaded(org.acegisecurity.acls.sid.Sid[] sids)
isSidLoaded in interface org.acegisecurity.acls.AclCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.