Class MapAuthenticationSessionEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.authSession.MapAuthenticationSessionEntityFieldDelegate
-
- All Implemented Interfaces:
MapAuthenticationSessionEntity
,HasEntityFieldDelegate<MapAuthenticationSessionEntity>
,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticationSessionEntityFieldDelegate extends UpdatableEntity.Impl implements MapAuthenticationSessionEntity, HasEntityFieldDelegate<MapAuthenticationSessionEntity>
-
-
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
Constructors Constructor Description MapAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationSessionEntity> entityFieldDelegate)
-
Method Summary
-
-
-
Constructor Detail
-
MapAuthenticationSessionEntityFieldDelegate
public MapAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationSessionEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapAuthenticationSessionEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapAuthenticationSessionEntity>
-
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:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
getTabId
public String getTabId()
- Specified by:
getTabId
in interfaceMapAuthenticationSessionEntity
-
setTabId
public void setTabId(String p0)
- Specified by:
setTabId
in interfaceMapAuthenticationSessionEntity
-
getTimestamp
public Long getTimestamp()
Description copied from interface:MapAuthenticationSessionEntity
Returns a point in time (timestamp in milliseconds since The Epoch) when the authentication session entity was created.- Specified by:
getTimestamp
in interfaceMapAuthenticationSessionEntity
- Returns:
- a timestamp in milliseconds since The Epoch or
null
when the time is unknown
-
setTimestamp
public void setTimestamp(Long p0)
Description copied from interface:MapAuthenticationSessionEntity
Sets a point in the (timestamp in milliseconds since The Epoch) when the authentication session entity was created.- Specified by:
setTimestamp
in interfaceMapAuthenticationSessionEntity
- Parameters:
p0
- a timestamp in milliseconds since The Epoch ornull
when the time is unknown
-
getUserSessionNotes
public Map<String,String> getUserSessionNotes()
- Specified by:
getUserSessionNotes
in interfaceMapAuthenticationSessionEntity
-
setUserSessionNotes
public void setUserSessionNotes(Map<String,String> p0)
- Specified by:
setUserSessionNotes
in interfaceMapAuthenticationSessionEntity
-
setUserSessionNote
public void setUserSessionNote(String p0, String p1)
- Specified by:
setUserSessionNote
in interfaceMapAuthenticationSessionEntity
-
getClientUUID
public String getClientUUID()
- Specified by:
getClientUUID
in interfaceMapAuthenticationSessionEntity
-
setClientUUID
public void setClientUUID(String p0)
- Specified by:
setClientUUID
in interfaceMapAuthenticationSessionEntity
-
getAuthUserId
public String getAuthUserId()
- Specified by:
getAuthUserId
in interfaceMapAuthenticationSessionEntity
-
setAuthUserId
public void setAuthUserId(String p0)
- Specified by:
setAuthUserId
in interfaceMapAuthenticationSessionEntity
-
getRedirectUri
public String getRedirectUri()
- Specified by:
getRedirectUri
in interfaceMapAuthenticationSessionEntity
-
setRedirectUri
public void setRedirectUri(String p0)
- Specified by:
setRedirectUri
in interfaceMapAuthenticationSessionEntity
-
getAction
public String getAction()
- Specified by:
getAction
in interfaceMapAuthenticationSessionEntity
-
setAction
public void setAction(String p0)
- Specified by:
setAction
in interfaceMapAuthenticationSessionEntity
-
getClientScopes
public Set<String> getClientScopes()
- Specified by:
getClientScopes
in interfaceMapAuthenticationSessionEntity
-
setClientScopes
public void setClientScopes(Set<String> p0)
- Specified by:
setClientScopes
in interfaceMapAuthenticationSessionEntity
-
getRequiredActions
public Set<String> getRequiredActions()
- Specified by:
getRequiredActions
in interfaceMapAuthenticationSessionEntity
-
setRequiredActions
public void setRequiredActions(Set<String> p0)
- Specified by:
setRequiredActions
in interfaceMapAuthenticationSessionEntity
-
addRequiredAction
public void addRequiredAction(String p0)
- Specified by:
addRequiredAction
in interfaceMapAuthenticationSessionEntity
-
removeRequiredAction
public void removeRequiredAction(String p0)
- Specified by:
removeRequiredAction
in interfaceMapAuthenticationSessionEntity
-
getProtocol
public String getProtocol()
- Specified by:
getProtocol
in interfaceMapAuthenticationSessionEntity
-
setProtocol
public void setProtocol(String p0)
- Specified by:
setProtocol
in interfaceMapAuthenticationSessionEntity
-
getClientNotes
public Map<String,String> getClientNotes()
- Specified by:
getClientNotes
in interfaceMapAuthenticationSessionEntity
-
setClientNotes
public void setClientNotes(Map<String,String> p0)
- Specified by:
setClientNotes
in interfaceMapAuthenticationSessionEntity
-
setClientNote
public void setClientNote(String p0, String p1)
- Specified by:
setClientNote
in interfaceMapAuthenticationSessionEntity
-
removeClientNote
public void removeClientNote(String p0)
- Specified by:
removeClientNote
in interfaceMapAuthenticationSessionEntity
-
getAuthNotes
public Map<String,String> getAuthNotes()
- Specified by:
getAuthNotes
in interfaceMapAuthenticationSessionEntity
-
setAuthNotes
public void setAuthNotes(Map<String,String> p0)
- Specified by:
setAuthNotes
in interfaceMapAuthenticationSessionEntity
-
setAuthNote
public void setAuthNote(String p0, String p1)
- Specified by:
setAuthNote
in interfaceMapAuthenticationSessionEntity
-
removeAuthNote
public void removeAuthNote(String p0)
- Specified by:
removeAuthNote
in interfaceMapAuthenticationSessionEntity
-
getExecutionStatuses
public Map<String,CommonClientSessionModel.ExecutionStatus> getExecutionStatuses()
- Specified by:
getExecutionStatuses
in interfaceMapAuthenticationSessionEntity
-
setExecutionStatuses
public void setExecutionStatuses(Map<String,CommonClientSessionModel.ExecutionStatus> p0)
- Specified by:
setExecutionStatuses
in interfaceMapAuthenticationSessionEntity
-
setExecutionStatus
public void setExecutionStatus(String p0, CommonClientSessionModel.ExecutionStatus p1)
- Specified by:
setExecutionStatus
in interfaceMapAuthenticationSessionEntity
-
-