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 |
java.lang.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 |
java.lang.String |
getMappedGroup()
Gets the value of the MappedGroup - a Group that is valid in
the application server's security domain |
void |
setEisGroup(java.lang.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(java.lang.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
java.lang.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(java.lang.String value)
throws java.beans.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:
java.beans.PropertyVetoException
getMappedGroup
@NotNull
java.lang.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(java.lang.String value)
throws java.beans.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:
java.beans.PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.