Uses of Class
pl.edu.icm.unity.engine.api.authn.LoginSession.RememberMeInfo
Packages that use 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
Methods in pl.edu.icm.unity.engine.api.authn that return LoginSession.RememberMeInfoMethods in pl.edu.icm.unity.engine.api.authn with parameters of type LoginSession.RememberMeInfoModifier and TypeMethodDescriptionvoidLoginSession.setRememberMeInfo(LoginSession.RememberMeInfo rememberMeInfo) Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type LoginSession.RememberMeInfoModifierConstructorDescriptionLoginSession(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
Methods in pl.edu.icm.unity.engine.api.session with parameters of type LoginSession.RememberMeInfoModifier 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.