Interface MapClientScopeEntity
- All Superinterfaces:
AbstractEntity,EntityWithAttributes,UpdatableEntity
- All Known Implementing Classes:
MapClientScopeEntity.AbstractClientScopeEntity,MapClientScopeEntityDelegate,MapClientScopeEntityFieldDelegate,MapClientScopeEntityImpl,MapClientScopeEntityImpl.Empty
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProtocolMapper(MapProtocolMapperEntity mapping) voidgetName()voidvoidvoidsetDescription(String description) voidvoidsetProtocol(String protocol) voidsetRealmId(String realmId) Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setIdMethods inherited from interface org.keycloak.models.map.common.EntityWithAttributes
getAttribute, getAttributes, removeAttribute, setAttribute, setAttributesMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Method Details
-
getName
String getName() -
getDescription
String getDescription() -
getProtocol
String getProtocol() -
getRealmId
String getRealmId() -
setName
-
setDescription
-
setProtocol
-
setRealmId
-
getProtocolMapper
-
getProtocolMappers
Set<MapProtocolMapperEntity> getProtocolMappers() -
addProtocolMapper
-
removeProtocolMapper
-
addScopeMapping
-
removeScopeMapping
-
getScopeMappings
Collection<String> getScopeMappings()
-