Uses of Class
pl.edu.icm.unity.engine.api.authn.LoginSession.AuthNInfo
Packages that use LoginSession.AuthNInfo
-
Uses of LoginSession.AuthNInfo in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return LoginSession.AuthNInfoModifier and TypeMethodDescriptionLoginSession.getAdditionalAuthn()LoginSession.getLogin1stFactor()LoginSession.getLogin2ndFactor()Methods in pl.edu.icm.unity.engine.api.authn with parameters of type LoginSession.AuthNInfoModifier and TypeMethodDescriptionvoidLoginSession.setAdditionalAuthn(LoginSession.AuthNInfo additionalAuthn) voidLoginSession.setLogin1stFactor(LoginSession.AuthNInfo login1stFactor) voidLoginSession.setLogin2ndFactor(LoginSession.AuthNInfo login2ndFactor) Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type LoginSession.AuthNInfoModifierConstructorDescriptionLoginSession(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.