Package org.glassfish.connectors.config
Interface WorkSecurityMap
-
- All Superinterfaces:
ConfigBeanProxy,Resource
@ResourceTypeOrder(deploymentOrder=WORKSECURITYMAP_RESOURCE) public interface WorkSecurityMap extends ConfigBeanProxy, Resource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkSecurityMap.Duck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetEnabled()Gets the value of the enabled property.@NotNull List<GroupMap>getGroupMap()Gets the group mapStringgetIdentity()@Pattern(regexp="[^\',][^\',\\\\]*") @NotNull StringgetName()Name of the configured object@NotNull List<PrincipalMap>getPrincipalMap()gets the principal map@NotNull @Pattern(regexp="[^\',][^\',\\\\]*") StringgetResourceAdapterName()Gets the value of the ra namevoidsetDescription(String value)Sets the value of the description property.voidsetEnabled(String value)Sets the value of the enabled property.voidsetName(String value)voidsetResourceAdapterName(String value)Sets the value of the ra name-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Methods inherited from interface com.sun.enterprise.config.serverbeans.Resource
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
-
-
-
-
Method Detail
-
getEnabled
String getEnabled()
Gets the value of the enabled property.- Returns:
- possible object is
String
-
setEnabled
void setEnabled(String value) throws PropertyVetoException
Sets the value of the enabled property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getDescription
String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
void setDescription(String value) throws PropertyVetoException
Sets the value of the description property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getResourceAdapterName
@NotNull @Pattern(regexp="[^\',][^\',\\\\]*") @NotNull @Pattern(regexp="[^\',][^\',\\\\]*") String getResourceAdapterName()
Gets the value of the ra name- Returns:
- possible object is
String
-
setResourceAdapterName
void setResourceAdapterName(String value) throws PropertyVetoException
Sets the value of the ra name- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getPrincipalMap
@NotNull @NotNull List<PrincipalMap> getPrincipalMap()
gets the principal map- Returns:
- principal map
-
getName
@Pattern(regexp="[^\',][^\',\\\\]*") @NotNull @Pattern(regexp="[^\',][^\',\\\\]*") @NotNull String getName()
Name of the configured object- Returns:
- name of the configured object
-
setName
void setName(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getIdentity
@DuckTyped String getIdentity()
- Specified by:
getIdentityin interfaceResource
-
-