Uses of Class
pl.edu.icm.unity.engine.api.authn.LoginSession.AuthNInfo
-
Packages that use LoginSession.AuthNInfo Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilities -
-
Uses of LoginSession.AuthNInfo in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return LoginSession.AuthNInfo Modifier and Type Method Description LoginSession.AuthNInfo
LoginSession. getAdditionalAuthn()
LoginSession.AuthNInfo
LoginSession. getLogin1stFactor()
LoginSession.AuthNInfo
LoginSession. getLogin2ndFactor()
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type LoginSession.AuthNInfo Modifier and Type Method Description void
LoginSession. setAdditionalAuthn(LoginSession.AuthNInfo additionalAuthn)
void
LoginSession. setLogin1stFactor(LoginSession.AuthNInfo login1stFactor)
void
LoginSession. setLogin2ndFactor(LoginSession.AuthNInfo login2ndFactor)
Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type LoginSession.AuthNInfo Constructor Description LoginSession(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.
-