Package org.jboss.hal.config
Class Roles
- java.lang.Object
-
- org.jboss.hal.config.Roles
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<Role>BY_NAMEstatic Comparator<Role>STANDARD_FIRST
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Role role)voidaddAll(Iterable<Role> roles)voidclear()Roleget(String id)Iterator<Role>iterator()Set<Role>scopedRoles()Set<Role>standardRoles()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
STANDARD_FIRST
public static final Comparator<Role> STANDARD_FIRST
-
BY_NAME
public static final Comparator<Role> BY_NAME
-
-