Uses of Interface
org.jboss.jca.as.converters.wls.api.metadata.InboundCallerPrincipalMapping
-
Packages that use InboundCallerPrincipalMapping Package Description org.jboss.jca.as.converters.wls.api.metadata This package contains the weblogic metatdata.org.jboss.jca.as.converters.wls.metadata This package contains the weblogic metatdata. -
-
Uses of InboundCallerPrincipalMapping in org.jboss.jca.as.converters.wls.api.metadata
Methods in org.jboss.jca.as.converters.wls.api.metadata that return types with arguments of type InboundCallerPrincipalMapping Modifier and Type Method Description List<InboundCallerPrincipalMapping>SecurityWorkContext. getCallerPrincipalMapping()getCallerPrincipalMapping -
Uses of InboundCallerPrincipalMapping in org.jboss.jca.as.converters.wls.metadata
Classes in org.jboss.jca.as.converters.wls.metadata that implement InboundCallerPrincipalMapping Modifier and Type Class Description classInboundCallerPrincipalMappingImplA generic SecurityWorkContext.Methods in org.jboss.jca.as.converters.wls.metadata that return types with arguments of type InboundCallerPrincipalMapping Modifier and Type Method Description List<InboundCallerPrincipalMapping>SecurityWorkContextImpl. getCallerPrincipalMapping()Constructor parameters in org.jboss.jca.as.converters.wls.metadata with type arguments of type InboundCallerPrincipalMapping Constructor Description SecurityWorkContextImpl(Boolean inboundMappingRequired, AnonPrincipal cpdm, List<? extends InboundCallerPrincipalMapping> cpms, String gpdm, List<? extends InboundGroupPrincipalMapping> gpms)constructor
-