Class SessionCookie
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.SessionCookie
-
public class SessionCookie extends Object
-
-
Constructor Summary
Constructors Constructor Description SessionCookie(String realmName, String sessionId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
static String
getSessionCookieName(String realmName)
javax.servlet.http.Cookie
toHttpCookie()
-