Interface SecurityWorkContext
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
SecurityWorkContextImpl
A generic SecurityWorkContext.
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumA Attribute.static enumA Tag. -
Method Summary
Modifier and TypeMethodDescriptiongetCallerPrincipalDefaultMappedgetCallerPrincipalMappinggetGroupPrincipalDefaultMappedgetGroupPrincipalMappinggetInboundMappingRequired
-
Method Details
-
getInboundMappingRequired
Boolean getInboundMappingRequired()getInboundMappingRequired- Returns:
- the InboundMappingRequired
-
getCallerPrincipalDefaultMapped
AnonPrincipal getCallerPrincipalDefaultMapped()getCallerPrincipalDefaultMapped- Returns:
- the CallerPrincipalDefaultMapped
-
getCallerPrincipalMapping
List<InboundCallerPrincipalMapping> getCallerPrincipalMapping()getCallerPrincipalMapping- Returns:
- the List
-
getGroupPrincipalDefaultMapped
String getGroupPrincipalDefaultMapped()getGroupPrincipalDefaultMapped- Returns:
- the GroupPrincipalDefaultMapped
-
getGroupPrincipalMapping
List<InboundGroupPrincipalMapping> getGroupPrincipalMapping()getGroupPrincipalMapping- Returns:
- the List
-