public interface ClientScopeModel extends ProtocolMapperContainerModel, ScopeContainerModel, OrderedModel
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClientScopeModel.ClientScopeRemovedEvent |
static class |
ClientScopeModel.SearchableFields |
OrderedModel.OrderedModelComparator<OM extends OrderedModel>| Modifier and Type | Field and Description |
|---|---|
static String |
CONSENT_SCREEN_TEXT |
static String |
DISPLAY_ON_CONSENT_SCREEN |
static String |
DYNAMIC_SCOPE_REGEXP |
static String |
GUI_ORDER |
static String |
INCLUDE_IN_TOKEN_SCOPE |
static String |
IS_DYNAMIC_SCOPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String name) |
Map<String,String> |
getAttributes() |
default String |
getConsentScreenText() |
String |
getDescription() |
default String |
getDynamicScopeRegexp() |
default String |
getGuiOrder() |
String |
getId() |
String |
getName() |
String |
getProtocol() |
RealmModel |
getRealm() |
default boolean |
isDisplayOnConsentScreen() |
default boolean |
isDynamicScope() |
default boolean |
isIncludeInTokenScope() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
String value) |
default void |
setConsentScreenText(String consentScreenText) |
void |
setDescription(String description) |
default void |
setDisplayOnConsentScreen(boolean displayOnConsentScreen) |
default void |
setGuiOrder(String guiOrder) |
default void |
setIncludeInTokenScope(boolean includeInTokenScope) |
default void |
setIsDynamicScope(boolean isDynamicScope) |
void |
setName(String name) |
void |
setProtocol(String protocol) |
addProtocolMapper, getProtocolMapperById, getProtocolMapperByName, getProtocolMappers, getProtocolMappersStream, removeProtocolMapper, updateProtocolMapperaddScopeMapping, deleteScopeMapping, getRealmScopeMappings, getRealmScopeMappingsStream, getScopeMappings, getScopeMappingsStream, hasDirectScope, hasScopestatic final String DISPLAY_ON_CONSENT_SCREEN
static final String CONSENT_SCREEN_TEXT
static final String GUI_ORDER
static final String INCLUDE_IN_TOKEN_SCOPE
static final String IS_DYNAMIC_SCOPE
static final String DYNAMIC_SCOPE_REGEXP
String getId()
String getName()
RealmModel getRealm()
void setName(String name)
String getDescription()
void setDescription(String description)
String getProtocol()
void setProtocol(String protocol)
void removeAttribute(String name)
default boolean isDisplayOnConsentScreen()
default void setDisplayOnConsentScreen(boolean displayOnConsentScreen)
default String getConsentScreenText()
default void setConsentScreenText(String consentScreenText)
default String getGuiOrder()
getGuiOrder in interface OrderedModeldefault void setGuiOrder(String guiOrder)
default boolean isIncludeInTokenScope()
default void setIncludeInTokenScope(boolean includeInTokenScope)
default boolean isDynamicScope()
default void setIsDynamicScope(boolean isDynamicScope)
default String getDynamicScopeRegexp()
Copyright © 2025 JBoss by Red Hat. All rights reserved.