Class MapIdentityProviderEntityDelegate
java.lang.Object
org.keycloak.models.map.realm.entity.MapIdentityProviderEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,HasDelegateProvider<MapIdentityProviderEntity>
,UpdatableEntity
,MapIdentityProviderEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapIdentityProviderEntityDelegate
extends Object
implements MapIdentityProviderEntity, HasDelegateProvider<MapIdentityProviderEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionMapIdentityProviderEntityDelegate
(DelegateProvider<MapIdentityProviderEntity> delegateProvider) -
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) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapIdentityProviderEntityDelegate
public MapIdentityProviderEntityDelegate(DelegateProvider<MapIdentityProviderEntity> delegateProvider)
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapIdentityProviderEntity>
-
toString
-
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
- Returns:
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getAlias
- Specified by:
getAlias
in interfaceMapIdentityProviderEntity
-
setAlias
- Specified by:
setAlias
in interfaceMapIdentityProviderEntity
-
getDisplayName
- Specified by:
getDisplayName
in interfaceMapIdentityProviderEntity
-
setDisplayName
- Specified by:
setDisplayName
in interfaceMapIdentityProviderEntity
-
getProviderId
- Specified by:
getProviderId
in interfaceMapIdentityProviderEntity
-
setProviderId
- Specified by:
setProviderId
in interfaceMapIdentityProviderEntity
-
getFirstBrokerLoginFlowId
- Specified by:
getFirstBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
setFirstBrokerLoginFlowId
- Specified by:
setFirstBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
getPostBrokerLoginFlowId
- Specified by:
getPostBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
setPostBrokerLoginFlowId
- Specified by:
setPostBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
isEnabled
- Specified by:
isEnabled
in interfaceMapIdentityProviderEntity
-
setEnabled
- Specified by:
setEnabled
in interfaceMapIdentityProviderEntity
-
isTrustEmail
- Specified by:
isTrustEmail
in interfaceMapIdentityProviderEntity
-
setTrustEmail
- Specified by:
setTrustEmail
in interfaceMapIdentityProviderEntity
-
isStoreToken
- Specified by:
isStoreToken
in interfaceMapIdentityProviderEntity
-
setStoreToken
- Specified by:
setStoreToken
in interfaceMapIdentityProviderEntity
-
isLinkOnly
- Specified by:
isLinkOnly
in interfaceMapIdentityProviderEntity
-
setLinkOnly
- Specified by:
setLinkOnly
in interfaceMapIdentityProviderEntity
-
isAddReadTokenRoleOnCreate
- Specified by:
isAddReadTokenRoleOnCreate
in interfaceMapIdentityProviderEntity
-
setAddReadTokenRoleOnCreate
- Specified by:
setAddReadTokenRoleOnCreate
in interfaceMapIdentityProviderEntity
-
isAuthenticateByDefault
- Specified by:
isAuthenticateByDefault
in interfaceMapIdentityProviderEntity
-
setAuthenticateByDefault
- Specified by:
setAuthenticateByDefault
in interfaceMapIdentityProviderEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapIdentityProviderEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapIdentityProviderEntity
-