Class SecurityWorkContextImpl
java.lang.Object
org.jboss.jca.as.converters.wls.metadata.SecurityWorkContextImpl
- All Implemented Interfaces:
Serializable,SecurityWorkContext,WlsMetadata
A generic SecurityWorkContext.
- Author:
- Jeff Zhang
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.SecurityWorkContext
SecurityWorkContext.Attribute, SecurityWorkContext.Tag -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSecurityWorkContextImpl(Boolean inboundMappingRequired, AnonPrincipal cpdm, List<? extends InboundCallerPrincipalMapping> cpms, String gpdm, List<? extends InboundGroupPrincipalMapping> gpms) constructor -
Method Summary
Modifier and TypeMethodDescriptiongetCallerPrincipalDefaultMappedgetCallerPrincipalMappinggetGroupPrincipalDefaultMappedgetGroupPrincipalMappinggetInboundMappingRequired
-
Field Details
-
inboundMappingRequired
nativeLibdir
-
-
Constructor Details
-
SecurityWorkContextImpl
public SecurityWorkContextImpl(Boolean inboundMappingRequired, AnonPrincipal cpdm, List<? extends InboundCallerPrincipalMapping> cpms, String gpdm, List<? extends InboundGroupPrincipalMapping> gpms) constructor- Parameters:
inboundMappingRequired- inboundMappingRequiredcpdm- AnonPrincipalcpms- Listinvalid input: '<'? extends InboundCallerPrincipalMapping>gpdm- gpdmgpms- Listinvalid input: '<'? extends InboundGroupPrincipalMapping>
-
-
Method Details
-
getInboundMappingRequired
Description copied from interface:SecurityWorkContextgetInboundMappingRequired- Specified by:
getInboundMappingRequiredin interfaceSecurityWorkContext- Returns:
- the InboundMappingRequired
-
getCallerPrincipalDefaultMapped
Description copied from interface:SecurityWorkContextgetCallerPrincipalDefaultMapped- Specified by:
getCallerPrincipalDefaultMappedin interfaceSecurityWorkContext- Returns:
- the CallerPrincipalDefaultMapped
-
getCallerPrincipalMapping
Description copied from interface:SecurityWorkContextgetCallerPrincipalMapping- Specified by:
getCallerPrincipalMappingin interfaceSecurityWorkContext- Returns:
- the List
-
getGroupPrincipalDefaultMapped
Description copied from interface:SecurityWorkContextgetGroupPrincipalDefaultMapped- Specified by:
getGroupPrincipalDefaultMappedin interfaceSecurityWorkContext- Returns:
- the GroupPrincipalDefaultMapped
-
getGroupPrincipalMapping
Description copied from interface:SecurityWorkContextgetGroupPrincipalMapping- Specified by:
getGroupPrincipalMappingin interfaceSecurityWorkContext- Returns:
- the List
-