public class CheckSession extends Object
Constructor and Description |
---|
CheckSession()
Constructs a new CheckSession.
|
Modifier and Type | Method and Description |
---|---|
String |
getClientSessionURI(javax.servlet.http.HttpServletRequest request)
Get the URL the postMessage must be coming from (registered in client) to process the message.
|
String |
getCookieName()
Get the cookie name containing the session information.
|
boolean |
getValidSession(javax.servlet.http.HttpServletRequest request)
Check if the JWT contains a valid session id.
|
public String getCookieName()
public String getClientSessionURI(javax.servlet.http.HttpServletRequest request)
request
- The HttpServletRequest.public boolean getValidSession(javax.servlet.http.HttpServletRequest request)
request
- The HttpServletRequset.true
if valid.Copyright © 2010-2018, ForgeRock All Rights Reserved.