Class MapIdentityProviderEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapIdentityProviderEntityImpl.Empty
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapIdentityProviderEntity
- Enclosing class:
- MapIdentityProviderEntityImpl
public static class MapIdentityProviderEntityImpl.Empty
extends UpdatableEntity.Impl
implements MapIdentityProviderEntity
-
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
Modifier and TypeMethodDescriptiongetAlias()
getId()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
setAddReadTokenRoleOnCreate
(Boolean addReadTokenRoleOnCreate) void
void
setAuthenticateByDefault
(Boolean authenticateByDefault) void
void
setDisplayName
(String displayName) void
setEnabled
(Boolean enabled) void
setFirstBrokerLoginFlowId
(String firstBrokerLoginFlowId) void
void
setLinkOnly
(Boolean linkOnly) void
setPostBrokerLoginFlowId
(String postBrokerLoginFlowId) void
setProviderId
(String providerId) void
setStoreToken
(Boolean storeToken) void
setTrustEmail
(Boolean trustEmail) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
isAddReadTokenRoleOnCreate
- Specified by:
isAddReadTokenRoleOnCreate
in interfaceMapIdentityProviderEntity
-
setAddReadTokenRoleOnCreate
- Specified by:
setAddReadTokenRoleOnCreate
in interfaceMapIdentityProviderEntity
-
getAlias
- Specified by:
getAlias
in interfaceMapIdentityProviderEntity
-
setAlias
- Specified by:
setAlias
in interfaceMapIdentityProviderEntity
-
isAuthenticateByDefault
- Specified by:
isAuthenticateByDefault
in interfaceMapIdentityProviderEntity
-
setAuthenticateByDefault
- Specified by:
setAuthenticateByDefault
in interfaceMapIdentityProviderEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapIdentityProviderEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapIdentityProviderEntity
-
setDisplayName
- Specified by:
setDisplayName
in interfaceMapIdentityProviderEntity
-
getDisplayName
- Specified by:
getDisplayName
in interfaceMapIdentityProviderEntity
-
isEnabled
- Specified by:
isEnabled
in interfaceMapIdentityProviderEntity
-
setEnabled
- Specified by:
setEnabled
in interfaceMapIdentityProviderEntity
-
getFirstBrokerLoginFlowId
- Specified by:
getFirstBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
setFirstBrokerLoginFlowId
- Specified by:
setFirstBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
isLinkOnly
- Specified by:
isLinkOnly
in interfaceMapIdentityProviderEntity
-
setLinkOnly
- Specified by:
setLinkOnly
in interfaceMapIdentityProviderEntity
-
getPostBrokerLoginFlowId
- Specified by:
getPostBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
setPostBrokerLoginFlowId
- Specified by:
setPostBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
setProviderId
- Specified by:
setProviderId
in interfaceMapIdentityProviderEntity
-
getProviderId
- Specified by:
getProviderId
in interfaceMapIdentityProviderEntity
-
isStoreToken
- Specified by:
isStoreToken
in interfaceMapIdentityProviderEntity
-
setStoreToken
- Specified by:
setStoreToken
in interfaceMapIdentityProviderEntity
-
isTrustEmail
- Specified by:
isTrustEmail
in interfaceMapIdentityProviderEntity
-
setTrustEmail
- Specified by:
setTrustEmail
in interfaceMapIdentityProviderEntity
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-