Uses of Class
org.jboss.hal.core.accesscontrol.Principal.Type
-
Packages that use Principal.Type Package Description org.jboss.hal.core.accesscontrol -
-
Uses of Principal.Type in org.jboss.hal.core.accesscontrol
Methods in org.jboss.hal.core.accesscontrol that return Principal.Type Modifier and Type Method Description Principal.TypePrincipal. getType()static Principal.TypePrincipal.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Principal.Type[]Principal.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.core.accesscontrol with parameters of type Principal.Type Modifier and Type Method Description static StringPrincipal. buildResourceName(Principal.Type type, String name, String realm)Constructors in org.jboss.hal.core.accesscontrol with parameters of type Principal.Type Constructor Description Principal(Principal.Type type, String resourceName, String name, String realm)
-