Uses of Class
pl.edu.icm.unity.engine.api.authn.LoginSession.RememberMeInfo
-
Packages that use LoginSession.RememberMeInfo Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.session 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.RememberMeInfo Modifier and Type Method Description LoginSession.RememberMeInfo
LoginSession. getRememberMeInfo()
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type LoginSession.RememberMeInfo Modifier and Type Method Description void
LoginSession. setRememberMeInfo(LoginSession.RememberMeInfo rememberMeInfo)
Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type LoginSession.RememberMeInfo Constructor Description LoginSession(java.lang.String id, java.util.Date started, long maxInactivity, long entityId, java.lang.String realm, LoginSession.RememberMeInfo rememberMeInfo, LoginSession.AuthNInfo login1stFactor, LoginSession.AuthNInfo login2ndFactor)
Constructs a session with relative expirationLoginSession(java.lang.String id, java.util.Date started, java.util.Date expires, long maxInactivity, long entityId, java.lang.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.RememberMeInfo Modifier and Type Method Description LoginSession
SessionManagement. createSession(long loggedEntity, pl.edu.icm.unity.types.authn.AuthenticationRealm realm, java.lang.String label, java.lang.String outdatedCredentialId, LoginSession.RememberMeInfo rememberMeInfo, java.lang.String firstFactorOptionId, java.lang.String secondFactorOptionId)
Creates new sessionLoginSession
SessionManagement. getCreateSession(long loggedEntity, pl.edu.icm.unity.types.authn.AuthenticationRealm realm, java.lang.String label, java.lang.String outdatedCredentialId, LoginSession.RememberMeInfo rememberMeInfo, java.lang.String firstFactorOptionId, java.lang.String secondFactorOptionId)
Tries to find a session for the entity in the given realm.
-