Class LastAuthenticationCookie
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.LastAuthenticationCookie
-
public class LastAuthenticationCookie extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
LAST_AUTHN_COOKIE
-
Constructor Summary
Constructors Constructor Description LastAuthenticationCookie()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<javax.servlet.http.Cookie>
createLastIdpCookie(String endpointPath, AuthenticationOptionKey idpKey)
-
-
-
Field Detail
-
LAST_AUTHN_COOKIE
public static final String LAST_AUTHN_COOKIE
- See Also:
- Constant Field Values
-
-
Method Detail
-
createLastIdpCookie
public static Optional<javax.servlet.http.Cookie> createLastIdpCookie(String endpointPath, AuthenticationOptionKey idpKey)
-
-