public abstract class AbstractRoleModel<E extends AbstractEntity> extends Object implements RoleModel
RoleModel.SearchableFields| Modifier and Type | Field and Description |
|---|---|
protected E |
entity |
protected RealmModel |
realm |
protected KeycloakSession |
session |
| Constructor and Description |
|---|
AbstractRoleModel(KeycloakSession session,
RealmModel realm,
E entity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddCompositeRole, getAttribute, getAttributes, getAttributeStream, getComposites, getCompositesStream, getContainer, getContainerId, getDescription, getFirstAttribute, getId, getName, hasRole, isClientRole, isComposite, removeAttribute, removeCompositeRole, setAttribute, setDescription, setName, setSingleAttributeprotected final KeycloakSession session
protected final RealmModel realm
protected final E extends AbstractEntity entity
public AbstractRoleModel(KeycloakSession session, RealmModel realm, E entity)
Copyright © 2021 JBoss by Red Hat. All rights reserved.