public abstract class AbstractClientScopeModel<E extends AbstractEntity> extends Object implements ClientScopeModel
ClientScopeModel.ClientScopeRemovedEvent, ClientScopeModel.SearchableFields
OrderedModel.OrderedModelComparator<OM extends OrderedModel>
Modifier and Type | Field and Description |
---|---|
protected E |
entity |
protected RealmModel |
realm |
protected KeycloakSession |
session |
CONSENT_SCREEN_TEXT, DISPLAY_ON_CONSENT_SCREEN, GUI_ORDER, INCLUDE_IN_TOKEN_SCOPE
Constructor and Description |
---|
AbstractClientScopeModel(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, wait
getAttribute, getAttributes, getConsentScreenText, getDescription, getGuiOrder, getId, getName, getProtocol, getRealm, isDisplayOnConsentScreen, isIncludeInTokenScope, removeAttribute, setAttribute, setConsentScreenText, setDescription, setDisplayOnConsentScreen, setGuiOrder, setIncludeInTokenScope, setName, setProtocol
addProtocolMapper, getProtocolMapperById, getProtocolMapperByName, getProtocolMappers, getProtocolMappersStream, removeProtocolMapper, updateProtocolMapper
addScopeMapping, deleteScopeMapping, getRealmScopeMappings, getRealmScopeMappingsStream, getScopeMappings, getScopeMappingsStream, hasScope
protected final KeycloakSession session
protected final RealmModel realm
protected final E extends AbstractEntity entity
public AbstractClientScopeModel(KeycloakSession session, RealmModel realm, E entity)
Copyright © 2021 JBoss by Red Hat. All rights reserved.