Interface SecurityWorkContext

All Superinterfaces:
Serializable, WlsMetadata
All Known Implementing Classes:
SecurityWorkContextImpl

public interface SecurityWorkContext extends WlsMetadata
A generic SecurityWorkContext.
Author:
Jeff Zhang
  • 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