public abstract class AbstractReadOnlyClientScopeAdapter extends Object implements ClientScopeModel
OrderedModel.OrderedModelComparator<OM extends OrderedModel>
CONSENT_SCREEN_TEXT, DISPLAY_ON_CONSENT_SCREEN, GUI_ORDER, INCLUDE_IN_TOKEN_SCOPE
Constructor and Description |
---|
AbstractReadOnlyClientScopeAdapter() |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperModel |
addProtocolMapper(ProtocolMapperModel model) |
void |
addScopeMapping(RoleModel role) |
void |
deleteScopeMapping(RoleModel role) |
boolean |
equals(Object o) |
int |
hashCode() |
void |
removeAttribute(String name) |
void |
removeProtocolMapper(ProtocolMapperModel mapping) |
void |
setAttribute(String name,
String value) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setProtocol(String protocol) |
void |
updateProtocolMapper(ProtocolMapperModel mapping) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAttribute, getAttributes, getConsentScreenText, getDescription, getGuiOrder, getId, getName, getProtocol, getRealm, isDisplayOnConsentScreen, isIncludeInTokenScope, setConsentScreenText, setDisplayOnConsentScreen, setGuiOrder, setIncludeInTokenScope
getProtocolMapperById, getProtocolMapperByName, getProtocolMappers
getRealmScopeMappings, getScopeMappings, getScopeMappingsStream, hasScope
public void setName(String name)
setName
in interface ClientScopeModel
public void setDescription(String description)
setDescription
in interface ClientScopeModel
public void setProtocol(String protocol)
setProtocol
in interface ClientScopeModel
public void setAttribute(String name, String value)
setAttribute
in interface ClientScopeModel
public void removeAttribute(String name)
removeAttribute
in interface ClientScopeModel
public ProtocolMapperModel addProtocolMapper(ProtocolMapperModel model)
addProtocolMapper
in interface ProtocolMapperContainerModel
public void removeProtocolMapper(ProtocolMapperModel mapping)
removeProtocolMapper
in interface ProtocolMapperContainerModel
public void updateProtocolMapper(ProtocolMapperModel mapping)
updateProtocolMapper
in interface ProtocolMapperContainerModel
public void addScopeMapping(RoleModel role)
addScopeMapping
in interface ScopeContainerModel
public void deleteScopeMapping(RoleModel role)
deleteScopeMapping
in interface ScopeContainerModel
Copyright © 2020 JBoss by Red Hat. All rights reserved.