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
Constructors Constructor Description MapIdentityProviderEntityDelegate(DelegateProvider<MapIdentityProviderEntity> delegateProvider)
-
Method Summary
-
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
-
-
-
-
Constructor Detail
-
MapIdentityProviderEntityDelegate
public MapIdentityProviderEntityDelegate(DelegateProvider<MapIdentityProviderEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapIdentityProviderEntity> getDelegateProvider()
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapIdentityProviderEntity>
-
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
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAlias
in interfaceMapIdentityProviderEntity
-
setAlias
public void setAlias(String alias)
- Specified by:
setAlias
in interfaceMapIdentityProviderEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceMapIdentityProviderEntity
-
setDisplayName
public void setDisplayName(String displayName)
- Specified by:
setDisplayName
in interfaceMapIdentityProviderEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderId
in interfaceMapIdentityProviderEntity
-
setProviderId
public void setProviderId(String providerId)
- Specified by:
setProviderId
in interfaceMapIdentityProviderEntity
-
getFirstBrokerLoginFlowId
public String getFirstBrokerLoginFlowId()
- Specified by:
getFirstBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
setFirstBrokerLoginFlowId
public void setFirstBrokerLoginFlowId(String firstBrokerLoginFlowId)
- Specified by:
setFirstBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
getPostBrokerLoginFlowId
public String getPostBrokerLoginFlowId()
- Specified by:
getPostBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
setPostBrokerLoginFlowId
public void setPostBrokerLoginFlowId(String postBrokerLoginFlowId)
- Specified by:
setPostBrokerLoginFlowId
in interfaceMapIdentityProviderEntity
-
isEnabled
public Boolean isEnabled()
- Specified by:
isEnabled
in interfaceMapIdentityProviderEntity
-
setEnabled
public void setEnabled(Boolean enabled)
- Specified by:
setEnabled
in interfaceMapIdentityProviderEntity
-
isTrustEmail
public Boolean isTrustEmail()
- Specified by:
isTrustEmail
in interfaceMapIdentityProviderEntity
-
setTrustEmail
public void setTrustEmail(Boolean trustEmail)
- Specified by:
setTrustEmail
in interfaceMapIdentityProviderEntity
-
isStoreToken
public Boolean isStoreToken()
- Specified by:
isStoreToken
in interfaceMapIdentityProviderEntity
-
setStoreToken
public void setStoreToken(Boolean storeToken)
- Specified by:
setStoreToken
in interfaceMapIdentityProviderEntity
-
isLinkOnly
public Boolean isLinkOnly()
- Specified by:
isLinkOnly
in interfaceMapIdentityProviderEntity
-
setLinkOnly
public void setLinkOnly(Boolean linkOnly)
- Specified by:
setLinkOnly
in interfaceMapIdentityProviderEntity
-
isAddReadTokenRoleOnCreate
public Boolean isAddReadTokenRoleOnCreate()
- Specified by:
isAddReadTokenRoleOnCreate
in interfaceMapIdentityProviderEntity
-
setAddReadTokenRoleOnCreate
public void setAddReadTokenRoleOnCreate(Boolean addReadTokenRoleOnCreate)
- Specified by:
setAddReadTokenRoleOnCreate
in interfaceMapIdentityProviderEntity
-
isAuthenticateByDefault
public Boolean isAuthenticateByDefault()
- Specified by:
isAuthenticateByDefault
in interfaceMapIdentityProviderEntity
-
setAuthenticateByDefault
public void setAuthenticateByDefault(Boolean authenticateByDefault)
- Specified by:
setAuthenticateByDefault
in interfaceMapIdentityProviderEntity
-
getConfig
public Map<String,String> getConfig()
- Specified by:
getConfig
in interfaceMapIdentityProviderEntity
-
setConfig
public void setConfig(Map<String,String> config)
- Specified by:
setConfig
in interfaceMapIdentityProviderEntity
-
-