| Modifier and Type | Method and Description |
|---|---|
RestHandler.AuthData |
RestHandler.checkAuthCookie(javax.ws.rs.core.Cookie authCookie)
Authorisation data is decrypted from the cookie
|
protected RestHandler.AuthData |
RestHandler.decryptAuthData(String authData)
Tries to decrypt AuthData from the cookie string.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.NewCookie |
RestHandler.checkAndCreateNewCookie(RestHandler.AuthData authData)
This method will check if authentication is 30seconds old, if true then it will return NewCookie.
|
javax.ws.rs.core.NewCookie |
RestHandler.createNewCookie(RestHandler.AuthData authData) |
protected String |
RestHandler.encryptAuthData(RestHandler.AuthData auth) |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.