public interface ClientScopeModel extends ProtocolMapperContainerModel, ScopeContainerModel, OrderedModel
OrderedModel.OrderedModelComparator<OM extends OrderedModel>
Modifier and Type | Field and Description |
---|---|
static String |
CONSENT_SCREEN_TEXT |
static String |
DISPLAY_ON_CONSENT_SCREEN |
static String |
GUI_ORDER |
static String |
INCLUDE_IN_TOKEN_SCOPE |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String name) |
Map<String,String> |
getAttributes() |
default String |
getConsentScreenText() |
String |
getDescription() |
default String |
getGuiOrder() |
String |
getId() |
String |
getName() |
String |
getProtocol() |
RealmModel |
getRealm() |
default boolean |
isDisplayOnConsentScreen() |
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) |
void |
setName(String name) |
void |
setProtocol(String protocol) |
addProtocolMapper, getProtocolMapperById, getProtocolMapperByName, getProtocolMappers, removeProtocolMapper, updateProtocolMapper
addScopeMapping, deleteScopeMapping, getRealmScopeMappings, getScopeMappings, hasScope
static final String DISPLAY_ON_CONSENT_SCREEN
static final String CONSENT_SCREEN_TEXT
static final String GUI_ORDER
static final String INCLUDE_IN_TOKEN_SCOPE
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 OrderedModel
default void setGuiOrder(String guiOrder)
default boolean isIncludeInTokenScope()
default void setIncludeInTokenScope(boolean includeInTokenScope)
Copyright © 2019 JBoss by Red Hat. All rights reserved.