| Modifier and Type | Field and Description |
|---|---|
static Comparator<Role> |
BY_NAME |
static Comparator<Role> |
STANDARD_FIRST |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Role role) |
void |
addAll(Iterable<Role> roles) |
void |
clear() |
Role |
get(String id) |
Iterator<Role> |
iterator() |
Role[] |
jsAll() |
Role[] |
jsScopedRoles() |
Role[] |
jsStandardRoles() |
Set<Role> |
scopedRoles() |
Set<Role> |
standardRoles() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator@JsIgnore public static final Comparator<Role> STANDARD_FIRST
@JsIgnore public static final Comparator<Role> BY_NAME
@JsIgnore public void add(Role role)
@JsIgnore public void clear()
public Role get(String id)
id - The unique ID of the role.@JsProperty(name="all") public Role[] jsAll()
@JsProperty(name="standardRoles") public Role[] jsStandardRoles()
@JsProperty(name="scopedRoles") public Role[] jsScopedRoles()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.