Class AbstractClientScopeModel<E extends AbstractEntity>
java.lang.Object
org.keycloak.models.map.clientscope.AbstractClientScopeModel<E>
- All Implemented Interfaces:
ClientScopeModel,OrderedModel,ProtocolMapperContainerModel,ScopeContainerModel
- Direct Known Subclasses:
MapClientScopeAdapter
public abstract class AbstractClientScopeModel<E extends AbstractEntity>
extends Object
implements ClientScopeModel
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.ClientScopeModel
ClientScopeModel.ClientScopeRemovedEvent, ClientScopeModel.SearchableFieldsNested classes/interfaces inherited from interface org.keycloak.models.OrderedModel
OrderedModel.OrderedModelComparator<OM extends OrderedModel> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Eprotected final RealmModelprotected final KeycloakSessionFields inherited from interface org.keycloak.models.ClientScopeModel
CONSENT_SCREEN_TEXT, DISPLAY_ON_CONSENT_SCREEN, DYNAMIC_SCOPE_REGEXP, GUI_ORDER, INCLUDE_IN_TOKEN_SCOPE, IS_DYNAMIC_SCOPE -
Constructor Summary
ConstructorsConstructorDescriptionAbstractClientScopeModel(KeycloakSession session, RealmModel realm, E entity) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.ClientScopeModel
getAttribute, getAttributes, getConsentScreenText, getDescription, getDynamicScopeRegexp, getGuiOrder, getId, getName, getProtocol, getRealm, isDisplayOnConsentScreen, isDynamicScope, isIncludeInTokenScope, removeAttribute, setAttribute, setConsentScreenText, setDescription, setDisplayOnConsentScreen, setGuiOrder, setIncludeInTokenScope, setIsDynamicScope, setName, setProtocolMethods inherited from interface org.keycloak.models.ProtocolMapperContainerModel
addProtocolMapper, getProtocolMapperById, getProtocolMapperByName, getProtocolMappersStream, removeProtocolMapper, updateProtocolMapperMethods inherited from interface org.keycloak.models.ScopeContainerModel
addScopeMapping, deleteScopeMapping, getRealmScopeMappingsStream, getScopeMappingsStream, hasDirectScope, hasScope