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