com.sun.enterprise.config.serverbeans
Interface GroupMap
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
public interface GroupMap
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
|
Method Summary |
String |
getEisGroup()
Gets the value of the EISGroup - a Group in the EIS security
domain that is being mapped to a Group in the application server's
security domain |
String |
getMappedGroup()
Gets the value of the MappedGroup - a Group that is valid in
the application server's security domain |
void |
setEisGroup(String value)
Sets the value of the EISGroup - a Group in the EIS security
domain that is being mapped to a Group in the application server's
security domain |
void |
setMappedGroup(String value)
Sets the value of the MappedGroup - a Group that is valid in
the application server's security domain |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
getEisGroup
@NotNull
String getEisGroup()
- Gets the value of the EISGroup - a Group in the EIS security
domain that is being mapped to a Group in the application server's
security domain
- Returns:
- possible object is
String
setEisGroup
void setEisGroup(String value)
throws PropertyVetoException
- Sets the value of the EISGroup - a Group in the EIS security
domain that is being mapped to a Group in the application server's
security domain
- Parameters:
value - allowed object is
String
- Throws:
PropertyVetoException
getMappedGroup
@NotNull
String getMappedGroup()
- Gets the value of the MappedGroup - a Group that is valid in
the application server's security domain
- Returns:
- possible object is
String
setMappedGroup
void setMappedGroup(String value)
throws PropertyVetoException
- Sets the value of the MappedGroup - a Group that is valid in
the application server's security domain
- Parameters:
value - allowed object is
String
- Throws:
PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.