Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee5.ResAuthType

Packages that use ResAuthType
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

Uses of ResAuthType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return ResAuthType
static ResAuthType ResAuthType.getFromStringValue(java.lang.String value)
           
 ResAuthType ResourceRefType.getResAuth()
          Returns the res-auth element
static ResAuthType ResAuthType.valueOf(java.lang.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.javaee5 with parameters of type ResAuthType
 ResourceRefType<T> ResourceRefType.setResAuth(ResAuthType resAuth)
          If not already created, a new res-auth element with the given value will be created.
 

Uses of ResAuthType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return ResAuthType
 ResAuthType ResourceRefType.getResAuth()
          Returns the res-auth element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 with parameters of type ResAuthType
 ResourceRefType<T> ResourceRefType.setResAuth(ResAuthType resAuth)
          If not already created, a new res-auth element with the given value will be created.
 

Uses of ResAuthType in org.jboss.shrinkwrap.descriptor.impl.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return ResAuthType
 ResAuthType ResourceRefTypeImpl.getResAuth()
          Returns the res-auth element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 with parameters of type ResAuthType
 ResourceRefType<T> ResourceRefTypeImpl.setResAuth(ResAuthType resAuth)
          If not already created, a new res-auth element with the given value will be created.
 

Uses of ResAuthType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return ResAuthType
 ResAuthType ResourceRefTypeImpl.getResAuth()
          Returns the res-auth element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 with parameters of type ResAuthType
 ResourceRefType<T> ResourceRefTypeImpl.setResAuth(ResAuthType resAuth)
          If not already created, a new res-auth element with the given value will be created.