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 classes/interfaces inherited from interface org.keycloak.models.map.clientscope.MapClientScopeEntity
MapClientScopeEntity.AbstractClientScopeEntity
Nested 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
<V> V
deepClone
(V obj) boolean
getAttribute
(String p0) getName()
int
hashCode()
void
void
void
void
setAttribute
(String p0, List<String> p1) void
setAttributes
(Map<String, List<String>> p0) void
setDescription
(String p0) void
void
setProtocol
(String p0) void
setRealmId
(String p0) toString()
Methods inherited from class org.keycloak.models.map.clientscope.MapClientScopeEntity.AbstractClientScopeEntity
getId, setId
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
Methods 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:
removeAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setDescription
- Specified by:
setDescription
in interfaceMapClientScopeEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapClientScopeEntity
-
setName
- Specified by:
setName
in interfaceMapClientScopeEntity
-
getName
- Specified by:
getName
in interfaceMapClientScopeEntity
-
setProtocol
- Specified by:
setProtocol
in interfaceMapClientScopeEntity
-
getProtocol
- Specified by:
getProtocol
in interfaceMapClientScopeEntity
-
getProtocolMapper
- Specified by:
getProtocolMapper
in interfaceMapClientScopeEntity
-
getProtocolMappers
- Specified by:
getProtocolMappers
in interfaceMapClientScopeEntity
-
removeProtocolMapper
- Specified by:
removeProtocolMapper
in interfaceMapClientScopeEntity
-
addProtocolMapper
- Specified by:
addProtocolMapper
in interfaceMapClientScopeEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapClientScopeEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapClientScopeEntity
-
getScopeMappings
- Specified by:
getScopeMappings
in interfaceMapClientScopeEntity
-
addScopeMapping
- Specified by:
addScopeMapping
in interfaceMapClientScopeEntity
-
removeScopeMapping
- Specified by:
removeScopeMapping
in interfaceMapClientScopeEntity
-