public interface ClientScopeModel extends ProtocolMapperContainerModel, ScopeContainerModel
Modifier and Type | Field and Description |
---|---|
static String |
CONSENT_SCREEN_TEXT |
static String |
DISPLAY_ON_CONSENT_SCREEN |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String name) |
Map<String,String> |
getAttributes() |
default String |
getConsentScreenText() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getProtocol() |
RealmModel |
getRealm() |
default boolean |
isDisplayOnConsentScreen() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
String value) |
default void |
setConsentScreenText(String consentScreenText) |
void |
setDescription(String description) |
default void |
setDisplayOnConsentScreen(boolean displayOnConsentScreen) |
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
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)
Copyright © 2018 JBoss by Red Hat. All rights reserved.