public abstract class AccessTokenContext extends Object implements Serializable
| Constructor and Description |
|---|
AccessTokenContext(Collection<String> scopes) |
AccessTokenContext(String... scopes) |
AccessTokenContext(String scopesAsString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addScope(String scope) |
boolean |
equals(Object that) |
abstract String |
getAccessToken() |
String |
getScopesAsString() |
int |
hashCode() |
boolean |
isScopeAvailable(String scope) |
String |
toString() |
public static final String DELIMITER
public AccessTokenContext(String... scopes)
public AccessTokenContext(String scopesAsString)
public AccessTokenContext(Collection<String> scopes)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.