Class InboundCallerPrincipalMappingImpl
java.lang.Object
org.jboss.jca.as.converters.wls.metadata.InboundCallerPrincipalMappingImpl
- All Implemented Interfaces:
Serializable,InboundCallerPrincipalMapping,WlsMetadata
public class InboundCallerPrincipalMappingImpl
extends Object
implements InboundCallerPrincipalMapping
A generic SecurityWorkContext.
- Author:
- Jeff Zhang
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.InboundCallerPrincipalMapping
InboundCallerPrincipalMapping.Attribute, InboundCallerPrincipalMapping.Tag -
Constructor Summary
ConstructorsConstructorDescriptionInboundCallerPrincipalMappingImpl(String eisCaller, AnonPrincipal mcp) constructor -
Method Summary
Modifier and TypeMethodDescriptiongetEisCallerPrincipalgetMappedCallerPrincipal
-
Constructor Details
-
InboundCallerPrincipalMappingImpl
constructor- Parameters:
eisCaller- eisCallermcp- AnonPrincipal
-
-
Method Details
-
getEisCallerPrincipal
Description copied from interface:InboundCallerPrincipalMappinggetEisCallerPrincipal- Specified by:
getEisCallerPrincipalin interfaceInboundCallerPrincipalMapping- Returns:
- the EisCallerPrincipal
-
getMappedCallerPrincipal
Description copied from interface:InboundCallerPrincipalMappinggetMappedCallerPrincipal- Specified by:
getMappedCallerPrincipalin interfaceInboundCallerPrincipalMapping- Returns:
- the AnonPrincipal
-