public interface GroupMap
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
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
|
@NotNull String getEisGroup()
Stringvoid setEisGroup(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull String getMappedGroup()
Stringvoid setMappedGroup(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017. All rights reserved.