com.sun.enterprise.config.serverbeans
Interface WorkSecurityMap

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, Resource

public interface WorkSecurityMap
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, Resource


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 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 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
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 
Methods inherited from interface com.sun.enterprise.config.serverbeans.Resource
getObjectType, setObjectType
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 

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 is String
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 is String
Throws:
PropertyVetoException

getResourceAdapterName

@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 is String
Throws:
PropertyVetoException

getGroupMap

@NotNull
List<GroupMap> getGroupMap()
Gets the group map

Returns:
group map

getPrincipalMap

@NotNull
List<PrincipalMap> getPrincipalMap()
gets the principal map

Returns:
principal map

getName

@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


Copyright © 2012 GlassFish Community. All Rights Reserved.