|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkSecurityMap
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getEnabled()
Gets the value of the enabled property. |
java.util.List<GroupMap> |
getGroupMap()
Gets the group map |
java.lang.String |
getName()
Name of the configured object |
java.util.List<PrincipalMap> |
getPrincipalMap()
gets the principal map |
java.lang.String |
getResourceAdapterName()
Gets the value of the ra name |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property. |
void |
setName(java.lang.String value)
|
void |
setResourceAdapterName(java.lang.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 |
|---|
java.lang.String getEnabled()
String
void setEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDescription()
String
void setDescription(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@NotNull @Pattern(regexp="[^\',][^\',\\\\]*") java.lang.String getResourceAdapterName()
String
void setResourceAdapterName(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@NotNull java.util.List<GroupMap> getGroupMap()
@NotNull java.util.List<PrincipalMap> getPrincipalMap()
@Pattern(regexp="[^\',][^\',\\\\]*") @NotNull java.lang.String getName()
void setName(java.lang.String value)
throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||