@Metadata(virtual=true,
description="Base definition for ACL mappings",
root=NESTED)
public abstract class AbstractAclMapping
extends com.xebialabs.deployit.plugin.api.udm.base.BaseEmbeddedDeployed<com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployable,BasePortlet>
id, syntheticProperties, type| Constructor and Description |
|---|
AbstractAclMapping() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Map<PortalSecurityLevel,java.util.Set<PortalSecuritySubject>> |
getMapping()
Get the mapping defined by this ACL mapping.
|
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 abstract java.util.Map<PortalSecurityLevel,java.util.Set<PortalSecuritySubject>> getMapping()