Uses of Class
org.jboss.jca.as.converters.wls.api.metadata.InboundCallerPrincipalMapping.Attribute
-
Packages that use InboundCallerPrincipalMapping.Attribute Package Description org.jboss.jca.as.converters.wls.api.metadata This package contains the weblogic metatdata. -
-
Uses of InboundCallerPrincipalMapping.Attribute in org.jboss.jca.as.converters.wls.api.metadata
Methods in org.jboss.jca.as.converters.wls.api.metadata that return InboundCallerPrincipalMapping.Attribute Modifier and Type Method Description static InboundCallerPrincipalMapping.AttributeInboundCallerPrincipalMapping.Attribute. forName(String localName)Static method to get enum instance given localName XsdStringstatic InboundCallerPrincipalMapping.AttributeInboundCallerPrincipalMapping.Attribute. valueOf(String name)Returns the enum constant of this type with the specified name.static InboundCallerPrincipalMapping.Attribute[]InboundCallerPrincipalMapping.Attribute. values()Returns an array containing the constants of this enum type, in the order they are declared.
-