Interface InboundCallerPrincipalMapping
-
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
InboundCallerPrincipalMappingImpl
public interface InboundCallerPrincipalMapping extends WlsMetadata
A generic InboundCallerPrincipalMapping.- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInboundCallerPrincipalMapping.AttributeA Attribute.static classInboundCallerPrincipalMapping.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEisCallerPrincipal()getEisCallerPrincipalAnonPrincipalgetMappedCallerPrincipal()getMappedCallerPrincipal
-
-
-
Method Detail
-
getEisCallerPrincipal
String getEisCallerPrincipal()
getEisCallerPrincipal- Returns:
- the EisCallerPrincipal
-
getMappedCallerPrincipal
AnonPrincipal getMappedCallerPrincipal()
getMappedCallerPrincipal- Returns:
- the AnonPrincipal
-
-