Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee6.ResAuthType
-
Packages that use ResAuthType Package Description org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema -
-
Uses of ResAuthType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ResAuthType Modifier and Type Method Description static ResAuthTypeResAuthType. getFromStringValue(String value)ResAuthTypeResourceRefType. getResAuth()Returns theres-authelementstatic ResAuthTypeResAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResAuthType[]ResAuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 with parameters of type ResAuthType Modifier and Type Method Description ResourceRefType<T>ResourceRefType. resAuth(ResAuthType resAuth)Sets theres-authelement -
Uses of ResAuthType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return ResAuthType Modifier and Type Method Description ResAuthTypeResourceRefTypeImpl. getResAuth()Returns theres-authelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 with parameters of type ResAuthType Modifier and Type Method Description ResourceRefType<T>ResourceRefTypeImpl. resAuth(ResAuthType resAuth)Sets theres-authelement
-