@ResourceTypeOrder(deploymentOrder=WORKSECURITYMAP_RESOURCE) public interface WorkSecurityMap extends ConfigBeanProxy, Resource
Modifier and Type | Interface and Description |
---|---|
static class |
WorkSecurityMap.Duck |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getEnabled()
Gets the value of the enabled property.
|
@NotNull List<GroupMap> |
getGroupMap()
Gets the group map
|
String |
getIdentity() |
@Pattern(regexp="[^\',][^\',\\\\]*") @NotNull String |
getName()
Name of the configured object
|
@NotNull List<PrincipalMap> |
getPrincipalMap()
gets the principal map
|
@NotNull @Pattern(regexp="[^\',][^\',\\\\]*") String |
getResourceAdapterName()
Gets the value of the ra name
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setName(String value) |
void |
setResourceAdapterName(String value)
Sets the value of the ra name
|
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
createChild, deepCopy, getParent, getParent
String getEnabled()
String
void setEnabled(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getDescription()
String
void setDescription(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@NotNull @Pattern(regexp="[^\',][^\',\\\\]*") @NotNull @Pattern(regexp="[^\',][^\',\\\\]*") String getResourceAdapterName()
String
void setResourceAdapterName(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@NotNull @NotNull List<PrincipalMap> getPrincipalMap()
@Pattern(regexp="[^\',][^\',\\\\]*") @NotNull @Pattern(regexp="[^\',][^\',\\\\]*") @NotNull String getName()
void setName(String value) throws PropertyVetoException
PropertyVetoException
@DuckTyped String getIdentity()
getIdentity
in interface Resource
Copyright © 2018. All rights reserved.