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