Uses of Class
org.jboss.hal.config.Role
-
Packages that use Role Package Description org.jboss.hal.config -
-
Uses of Role in org.jboss.hal.config
Fields in org.jboss.hal.config declared as Role Modifier and Type Field Description static RoleRole. ADMINISTRATORHas all permissions except cannot read or write resources related to the administrative audit logging system.static RoleRole. AUDITORCan read anything.static RoleRole. DEPLOYERLike a Maintainer, but with permission to modify persistent configuration constrained to resources that are considered to be "application resources".static RoleRole. MAINTAINEROperator permissions, plus can modify the persistent configuration.static RoleRole. MONITORA read-only role.static RoleRole. OPERATORMonitor permissions, plus can modify runtime state, but cannot modify anything that ends up in the persistent configuration.static RoleRole. SUPER_USERHas all permissions.Fields in org.jboss.hal.config with type parameters of type Role Modifier and Type Field Description static Comparator<Role>Roles. BY_NAMEstatic Comparator<Role>Roles. STANDARD_FIRSTMethods in org.jboss.hal.config that return Role Modifier and Type Method Description RoleRoles. get(String id)RoleRole. getBaseRole()Methods in org.jboss.hal.config that return types with arguments of type Role Modifier and Type Method Description Set<Role>User. getRoles()Iterator<Role>Roles. iterator()Set<Role>Roles. scopedRoles()Set<Role>Roles. standardRoles()Methods in org.jboss.hal.config with parameters of type Role Modifier and Type Method Description voidRoles. add(Role role)voidUser. addRole(Role role)Method parameters in org.jboss.hal.config with type arguments of type Role Modifier and Type Method Description voidRoles. addAll(Iterable<Role> roles)voidUser. refreshRoles(Set<Role> roles)Constructors in org.jboss.hal.config with parameters of type Role Constructor Description Role(String name, Role baseRole, Role.Type type, Iterable<String> scope)
-