Class MapClientScopeEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.clientscope.MapClientScopeEntity.AbstractClientScopeEntity
org.keycloak.models.map.clientscope.MapClientScopeEntityImpl
- All Implemented Interfaces:
MapClientScopeEntity,AbstractEntity,EntityWithAttributes,UpdatableEntity
- Direct Known Subclasses:
JpaClientScopeMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapClientScopeEntityImpl
extends MapClientScopeEntity.AbstractClientScopeEntity
implements MapClientScopeEntity
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.keycloak.models.map.clientscope.MapClientScopeEntity
MapClientScopeEntity.AbstractClientScopeEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid<V> VdeepClone(V obj) booleangetAttribute(String p0) getName()inthashCode()voidvoidvoidvoidsetAttribute(String p0, List<String> p1) voidsetAttributes(Map<String, List<String>> p0) voidsetDescription(String p0) voidvoidsetProtocol(String p0) voidsetRealmId(String p0) toString()Methods inherited from class org.keycloak.models.map.clientscope.MapClientScopeEntity.AbstractClientScopeEntity
getId, setIdMethods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlagMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setIdMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
MapClientScopeEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
deepClone
public <V> V deepClone(V obj) -
removeAttribute
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttributein interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttributein interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setDescription
- Specified by:
setDescriptionin interfaceMapClientScopeEntity
-
getDescription
- Specified by:
getDescriptionin interfaceMapClientScopeEntity
-
setName
- Specified by:
setNamein interfaceMapClientScopeEntity
-
getName
- Specified by:
getNamein interfaceMapClientScopeEntity
-
setProtocol
- Specified by:
setProtocolin interfaceMapClientScopeEntity
-
getProtocol
- Specified by:
getProtocolin interfaceMapClientScopeEntity
-
getProtocolMapper
- Specified by:
getProtocolMapperin interfaceMapClientScopeEntity
-
getProtocolMappers
- Specified by:
getProtocolMappersin interfaceMapClientScopeEntity
-
removeProtocolMapper
- Specified by:
removeProtocolMapperin interfaceMapClientScopeEntity
-
addProtocolMapper
- Specified by:
addProtocolMapperin interfaceMapClientScopeEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapClientScopeEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapClientScopeEntity
-
getScopeMappings
- Specified by:
getScopeMappingsin interfaceMapClientScopeEntity
-
addScopeMapping
- Specified by:
addScopeMappingin interfaceMapClientScopeEntity
-
removeScopeMapping
- Specified by:
removeScopeMappingin interfaceMapClientScopeEntity
-