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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.InboundCallerPrincipalMapping
InboundCallerPrincipalMapping.Attribute, InboundCallerPrincipalMapping.Tag
-
-
Constructor Summary
Constructors Constructor Description InboundCallerPrincipalMappingImpl(String eisCaller, AnonPrincipal mcp)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEisCallerPrincipal()getEisCallerPrincipalAnonPrincipalgetMappedCallerPrincipal()getMappedCallerPrincipal
-
-
-
Constructor Detail
-
InboundCallerPrincipalMappingImpl
public InboundCallerPrincipalMappingImpl(String eisCaller, AnonPrincipal mcp)
constructor- Parameters:
eisCaller- eisCallermcp- AnonPrincipal
-
-
Method Detail
-
getEisCallerPrincipal
public String getEisCallerPrincipal()
Description copied from interface:InboundCallerPrincipalMappinggetEisCallerPrincipal- Specified by:
getEisCallerPrincipalin interfaceInboundCallerPrincipalMapping- Returns:
- the EisCallerPrincipal
-
getMappedCallerPrincipal
public AnonPrincipal getMappedCallerPrincipal()
Description copied from interface:InboundCallerPrincipalMappinggetMappedCallerPrincipal- Specified by:
getMappedCallerPrincipalin interfaceInboundCallerPrincipalMapping- Returns:
- the AnonPrincipal
-
-