@ResourceTypeOrder(deploymentOrder=WORKSECURITYMAP_RESOURCE) public interface WorkSecurityMap extends org.jvnet.hk2.config.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.
|
List<GroupMap> |
getGroupMap()
Gets the group map
|
String |
getIdentity() |
String |
getName()
Name of the configured object
|
List<PrincipalMap> |
getPrincipalMap()
gets the principal map
|
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, setObjectTypeString getEnabled()
Stringvoid setEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getDescription()
Stringvoid setDescription(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull @Pattern(regexp="[^\',][^\',\\\\]*") String getResourceAdapterName()
Stringvoid setResourceAdapterName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull List<PrincipalMap> getPrincipalMap()
@Pattern(regexp="[^\',][^\',\\\\]*") @NotNull String getName()
void setName(String value) throws PropertyVetoException
PropertyVetoException@DuckTyped String getIdentity()
getIdentity in interface ResourceCopyright © 2017. All rights reserved.