Uses of Class
pl.edu.icm.unity.engine.api.authn.LoginSession.RememberMeInfo
Package
Description
Authentication related API and utilities
Unity login session API
-
Uses of LoginSession.RememberMeInfo in pl.edu.icm.unity.engine.api.authn
Modifier and TypeMethodDescriptionvoid
LoginSession.setRememberMeInfo
(LoginSession.RememberMeInfo rememberMeInfo) ModifierConstructorDescriptionLoginSession
(String id, Date started, long maxInactivity, long entityId, String realm, LoginSession.RememberMeInfo rememberMeInfo, LoginSession.AuthNInfo login1stFactor, LoginSession.AuthNInfo login2ndFactor) Constructs a session with relative expirationLoginSession
(String id, Date started, Date expires, long maxInactivity, long entityId, String realm, LoginSession.RememberMeInfo rememberMeInfo, LoginSession.AuthNInfo login1stFactor, LoginSession.AuthNInfo login2ndFactor) Construct a session with absolute expiration. -
Uses of LoginSession.RememberMeInfo in pl.edu.icm.unity.engine.api.session
Modifier and TypeMethodDescriptionSessionManagement.createSession
(long loggedEntity, pl.edu.icm.unity.base.authn.AuthenticationRealm realm, String label, String outdatedCredentialId, LoginSession.RememberMeInfo rememberMeInfo, pl.edu.icm.unity.base.authn.AuthenticationOptionKey firstFactorOptionId, pl.edu.icm.unity.base.authn.AuthenticationOptionKey secondFactorOptionId, RemoteAuthnMetadata authnContext) Creates new sessionSessionManagement.getCreateSession
(long loggedEntity, pl.edu.icm.unity.base.authn.AuthenticationRealm realm, String label, String outdatedCredentialId, LoginSession.RememberMeInfo rememberMeInfo, pl.edu.icm.unity.base.authn.AuthenticationOptionKey firstFactorOptionId, pl.edu.icm.unity.base.authn.AuthenticationOptionKey secondFactorOptionId, RemoteAuthnMetadata authnContext) Tries to find a session for the entity in the given realm.