Uses of Interface
org.jboss.jca.as.converters.wls.api.metadata.AnonPrincipal
-
Packages that use AnonPrincipal 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 AnonPrincipal in org.jboss.jca.as.converters.wls.api.metadata
Methods in org.jboss.jca.as.converters.wls.api.metadata that return AnonPrincipal Modifier and Type Method Description AnonPrincipalSecurityWorkContext. getCallerPrincipalDefaultMapped()getCallerPrincipalDefaultMappedAnonPrincipalResourceAdapterSecurity. getDefaultPrincipalName()Get DefaultPrincipalNameAnonPrincipalResourceAdapterSecurity. getManageAsPrincipalName()Get ManageAsPrincipalNameAnonPrincipalInboundCallerPrincipalMapping. getMappedCallerPrincipal()getMappedCallerPrincipal -
Uses of AnonPrincipal in org.jboss.jca.as.converters.wls.metadata
Classes in org.jboss.jca.as.converters.wls.metadata that implement AnonPrincipal Modifier and Type Class Description classAnonPrincipalImplA generic AnonPrincipal.Methods in org.jboss.jca.as.converters.wls.metadata that return AnonPrincipal Modifier and Type Method Description AnonPrincipalSecurityWorkContextImpl. getCallerPrincipalDefaultMapped()AnonPrincipalResourceAdapterSecurityImpl. getDefaultPrincipalName()AnonPrincipalResourceAdapterSecurityImpl. getManageAsPrincipalName()AnonPrincipalInboundCallerPrincipalMappingImpl. getMappedCallerPrincipal()Constructors in org.jboss.jca.as.converters.wls.metadata with parameters of type AnonPrincipal Constructor Description InboundCallerPrincipalMappingImpl(String eisCaller, AnonPrincipal mcp)constructorSecurityWorkContextImpl(Boolean inboundMappingRequired, AnonPrincipal cpdm, List<? extends InboundCallerPrincipalMapping> cpms, String gpdm, List<? extends InboundGroupPrincipalMapping> gpms)constructor
-