public class AuthUtil extends Object
| Constructor and Description |
|---|
AuthUtil() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.NewCookie |
cookieBuilder(String name,
String value,
String path,
boolean isSecure,
boolean isHttpOnly,
int expiresIn) |
static String |
extractTokenFromHeaders(javax.ws.rs.core.HttpHeaders headers,
String cookieHeader) |
Copyright © 2018 WSO2. All rights reserved.