Class MapAuthenticationSessionEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.authSession.MapAuthenticationSessionEntityDelegate
-
- All Implemented Interfaces:
MapAuthenticationSessionEntity,HasDelegateProvider<MapAuthenticationSessionEntity>,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticationSessionEntityDelegate extends Object implements MapAuthenticationSessionEntity, HasDelegateProvider<MapAuthenticationSessionEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapAuthenticationSessionEntityDelegate(DelegateProvider<MapAuthenticationSessionEntity> 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
-
MapAuthenticationSessionEntityDelegate
public MapAuthenticationSessionEntityDelegate(DelegateProvider<MapAuthenticationSessionEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapAuthenticationSessionEntity> getDelegateProvider()
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapAuthenticationSessionEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getTabId
public String getTabId()
- Specified by:
getTabIdin interfaceMapAuthenticationSessionEntity
-
setTabId
public void setTabId(String tabId)
- Specified by:
setTabIdin interfaceMapAuthenticationSessionEntity
-
getTimestamp
public Long getTimestamp()
Description copied from interface:MapAuthenticationSessionEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the authentication session entity was created.- Specified by:
getTimestampin interfaceMapAuthenticationSessionEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
public void setTimestamp(Long timestamp)
Description copied from interface:MapAuthenticationSessionEntitySets a point in the (timestamp in milliseconds since The Epoch) when the authentication session entity was created.- Specified by:
setTimestampin interfaceMapAuthenticationSessionEntity- Parameters:
timestamp- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
getUserSessionNotes
public Map<String,String> getUserSessionNotes()
- Specified by:
getUserSessionNotesin interfaceMapAuthenticationSessionEntity
-
setUserSessionNotes
public void setUserSessionNotes(Map<String,String> userSessionNotes)
- Specified by:
setUserSessionNotesin interfaceMapAuthenticationSessionEntity
-
setUserSessionNote
public void setUserSessionNote(String name, String value)
- Specified by:
setUserSessionNotein interfaceMapAuthenticationSessionEntity
-
getClientUUID
public String getClientUUID()
- Specified by:
getClientUUIDin interfaceMapAuthenticationSessionEntity
-
setClientUUID
public void setClientUUID(String clientUUID)
- Specified by:
setClientUUIDin interfaceMapAuthenticationSessionEntity
-
getAuthUserId
public String getAuthUserId()
- Specified by:
getAuthUserIdin interfaceMapAuthenticationSessionEntity
-
setAuthUserId
public void setAuthUserId(String authUserId)
- Specified by:
setAuthUserIdin interfaceMapAuthenticationSessionEntity
-
getRedirectUri
public String getRedirectUri()
- Specified by:
getRedirectUriin interfaceMapAuthenticationSessionEntity
-
setRedirectUri
public void setRedirectUri(String redirectUri)
- Specified by:
setRedirectUriin interfaceMapAuthenticationSessionEntity
-
getAction
public String getAction()
- Specified by:
getActionin interfaceMapAuthenticationSessionEntity
-
setAction
public void setAction(String action)
- Specified by:
setActionin interfaceMapAuthenticationSessionEntity
-
getClientScopes
public Set<String> getClientScopes()
- Specified by:
getClientScopesin interfaceMapAuthenticationSessionEntity
-
setClientScopes
public void setClientScopes(Set<String> clientScopes)
- Specified by:
setClientScopesin interfaceMapAuthenticationSessionEntity
-
getRequiredActions
public Set<String> getRequiredActions()
- Specified by:
getRequiredActionsin interfaceMapAuthenticationSessionEntity
-
setRequiredActions
public void setRequiredActions(Set<String> requiredActions)
- Specified by:
setRequiredActionsin interfaceMapAuthenticationSessionEntity
-
addRequiredAction
public void addRequiredAction(String requiredAction)
- Specified by:
addRequiredActionin interfaceMapAuthenticationSessionEntity
-
removeRequiredAction
public void removeRequiredAction(String action)
- Specified by:
removeRequiredActionin interfaceMapAuthenticationSessionEntity
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfaceMapAuthenticationSessionEntity
-
setProtocol
public void setProtocol(String protocol)
- Specified by:
setProtocolin interfaceMapAuthenticationSessionEntity
-
getClientNotes
public Map<String,String> getClientNotes()
- Specified by:
getClientNotesin interfaceMapAuthenticationSessionEntity
-
setClientNotes
public void setClientNotes(Map<String,String> clientNotes)
- Specified by:
setClientNotesin interfaceMapAuthenticationSessionEntity
-
setClientNote
public void setClientNote(String name, String value)
- Specified by:
setClientNotein interfaceMapAuthenticationSessionEntity
-
removeClientNote
public void removeClientNote(String name)
- Specified by:
removeClientNotein interfaceMapAuthenticationSessionEntity
-
getAuthNotes
public Map<String,String> getAuthNotes()
- Specified by:
getAuthNotesin interfaceMapAuthenticationSessionEntity
-
setAuthNotes
public void setAuthNotes(Map<String,String> authNotes)
- Specified by:
setAuthNotesin interfaceMapAuthenticationSessionEntity
-
setAuthNote
public void setAuthNote(String name, String value)
- Specified by:
setAuthNotein interfaceMapAuthenticationSessionEntity
-
removeAuthNote
public void removeAuthNote(String name)
- Specified by:
removeAuthNotein interfaceMapAuthenticationSessionEntity
-
getExecutionStatuses
public Map<String,CommonClientSessionModel.ExecutionStatus> getExecutionStatuses()
- Specified by:
getExecutionStatusesin interfaceMapAuthenticationSessionEntity
-
setExecutionStatuses
public void setExecutionStatuses(Map<String,CommonClientSessionModel.ExecutionStatus> executionStatus)
- Specified by:
setExecutionStatusesin interfaceMapAuthenticationSessionEntity
-
setExecutionStatus
public void setExecutionStatus(String authenticator, CommonClientSessionModel.ExecutionStatus status)
- Specified by:
setExecutionStatusin interfaceMapAuthenticationSessionEntity
-
-