public class OAuthSecurityContextImpl extends Object implements OAuthSecurityContext
Constructor and Description |
---|
OAuthSecurityContextImpl() |
Modifier and Type | Method and Description |
---|---|
Map<String,OAuthConsumerToken> |
getAccessTokens()
Get the access tokens for the current context.
|
Object |
getDetails()
Any details for this security this context.
|
void |
setAccessTokens(Map<String,OAuthConsumerToken> accessTokens) |
void |
setDetails(Object details) |
public Map<String,OAuthConsumerToken> getAccessTokens()
OAuthSecurityContext
getAccessTokens
in interface OAuthSecurityContext
id of the protected resource
for which the access token is valid.public void setAccessTokens(Map<String,OAuthConsumerToken> accessTokens)
public Object getDetails()
OAuthSecurityContext
getDetails
in interface OAuthSecurityContext
public void setDetails(Object details)
Copyright © 2019. All rights reserved.