Class InboundGroupPrincipalMappingImpl
- java.lang.Object
-
- org.jboss.jca.as.converters.wls.metadata.InboundGroupPrincipalMappingImpl
-
- All Implemented Interfaces:
Serializable,InboundGroupPrincipalMapping,WlsMetadata
public class InboundGroupPrincipalMappingImpl extends Object implements InboundGroupPrincipalMapping
A generic InboundGroupPrincipalMapping.- Author:
- Jeff Zhang
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.InboundGroupPrincipalMapping
InboundGroupPrincipalMapping.Attribute, InboundGroupPrincipalMapping.Tag
-
-
Constructor Summary
Constructors Constructor Description InboundGroupPrincipalMappingImpl(String eisGroup, String mappedGroup)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEisGroupPrincipal()getEisGroupPrincipalStringgetMappedGroupPrincipal()getMappedGroupPrincipal
-
-
-
Method Detail
-
getEisGroupPrincipal
public String getEisGroupPrincipal()
Description copied from interface:InboundGroupPrincipalMappinggetEisGroupPrincipal- Specified by:
getEisGroupPrincipalin interfaceInboundGroupPrincipalMapping- Returns:
- the EisGroupPrincipal
-
getMappedGroupPrincipal
public String getMappedGroupPrincipal()
Description copied from interface:InboundGroupPrincipalMappinggetMappedGroupPrincipal- Specified by:
getMappedGroupPrincipalin interfaceInboundGroupPrincipalMapping- Returns:
- the MappedGroupPrincipal
-
-