Class CustomAclService.AclObjectIdentityExt
- java.lang.Object
-
- org.genesys.blocks.security.service.CustomAclService.AclObjectIdentityExt
-
- Enclosing interface:
- CustomAclService
public static class CustomAclService.AclObjectIdentityExt extends Object
WrapsAclObjectIdentityand adds list of inherited permissions.
-
-
Field Summary
Fields Modifier and Type Field Description List<AclEntry>inheritedThe inherited.AclObjectIdentityoriginalThe original.
-
Constructor Summary
Constructors Constructor Description AclObjectIdentityExt(AclObjectIdentity source)Instantiates a new acl object identity ext.
-
-
-
Field Detail
-
original
public AclObjectIdentity original
The original.
-
-
Constructor Detail
-
AclObjectIdentityExt
public AclObjectIdentityExt(AclObjectIdentity source)
Instantiates a new acl object identity ext.- Parameters:
source- the source
-
-