Interface SecurityWorkContext
-
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
SecurityWorkContextImpl
public interface SecurityWorkContext extends WlsMetadata
A generic SecurityWorkContext.- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurityWorkContext.AttributeA Attribute.static classSecurityWorkContext.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnonPrincipalgetCallerPrincipalDefaultMapped()getCallerPrincipalDefaultMappedList<InboundCallerPrincipalMapping>getCallerPrincipalMapping()getCallerPrincipalMappingStringgetGroupPrincipalDefaultMapped()getGroupPrincipalDefaultMappedList<InboundGroupPrincipalMapping>getGroupPrincipalMapping()getGroupPrincipalMappingBooleangetInboundMappingRequired()getInboundMappingRequired
-
-
-
Method Detail
-
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
-
-