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