Class MapIdentityProviderMapperEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapIdentityProviderMapperEntityImpl
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapIdentityProviderMapperEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapIdentityProviderMapperEntityImpl
extends UpdatableEntity.Impl
implements MapIdentityProviderMapperEntity
-
Nested Class Summary
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
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.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
MapIdentityProviderMapperEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapIdentityProviderMapperEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapIdentityProviderMapperEntity
-
getIdentityProviderAlias
- Specified by:
getIdentityProviderAlias
in interfaceMapIdentityProviderMapperEntity
-
setIdentityProviderAlias
- Specified by:
setIdentityProviderAlias
in interfaceMapIdentityProviderMapperEntity
-
getIdentityProviderMapper
- Specified by:
getIdentityProviderMapper
in interfaceMapIdentityProviderMapperEntity
-
setIdentityProviderMapper
- Specified by:
setIdentityProviderMapper
in interfaceMapIdentityProviderMapperEntity
-
getName
- Specified by:
getName
in interfaceMapIdentityProviderMapperEntity
-
setName
- Specified by:
setName
in interfaceMapIdentityProviderMapperEntity
-