@Metadata(description="Define ACL mapping for virtual users and groups",
root=NESTED)
public class BaseVirtualUserAndGroupsAclMapping
extends AbstractAclMapping
id, syntheticProperties, type| Constructor and Description |
|---|
BaseVirtualUserAndGroupsAclMapping() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PortalSecurityLevel,java.util.Set<PortalSecuritySubject>> |
getMapping()
Get the mapping defined by this ACL mapping.
|
PortalSecurityLevel |
getSecurityLevelForAllAuthenticatedPortalUsers() |
PortalSecurityLevel |
getSecurityLevelForAllPortalUserGroups() |
PortalSecurityLevel |
getSecurityLevelForAnonymousPortalUser() |
void |
setSecurityLevelForAllAuthenticatedPortalUsers(PortalSecurityLevel securityLevelForAllAuthenticatedPortalUsers) |
void |
setSecurityLevelForAllPortalUserGroups(PortalSecurityLevel securityLevelForAllPortalUserGroups) |
void |
setSecurityLevelForAnonymousPortalUser(PortalSecurityLevel securityLevelForAnonymousPortalUser) |
getContainer, getDeployable, setContainer, setDeployablecompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic PortalSecurityLevel getSecurityLevelForAnonymousPortalUser()
public void setSecurityLevelForAnonymousPortalUser(PortalSecurityLevel securityLevelForAnonymousPortalUser)
public PortalSecurityLevel getSecurityLevelForAllAuthenticatedPortalUsers()
public void setSecurityLevelForAllAuthenticatedPortalUsers(PortalSecurityLevel securityLevelForAllAuthenticatedPortalUsers)
public PortalSecurityLevel getSecurityLevelForAllPortalUserGroups()
public void setSecurityLevelForAllPortalUserGroups(PortalSecurityLevel securityLevelForAllPortalUserGroups)
public java.util.Map<PortalSecurityLevel,java.util.Set<PortalSecuritySubject>> getMapping()
AbstractAclMappinggetMapping in class AbstractAclMapping