Uses of Class
org.jboss.security.identity.Attribute.TYPE
-
Packages that use Attribute.TYPE Package Description org.jboss.security.identity -
-
Uses of Attribute.TYPE in org.jboss.security.identity
Methods in org.jboss.security.identity that return Attribute.TYPE Modifier and Type Method Description static Attribute.TYPE
Attribute.TYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static Attribute.TYPE[]
Attribute.TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-