|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OAuthConsumerTokenServices
Token services for an OAuth consumer.
| Method Summary | |
|---|---|
OAuthConsumerToken |
getToken(java.lang.String resourceId)
Get the token for the specified protected resource. |
void |
storeToken(java.lang.String resourceId,
OAuthConsumerToken token)
Store a token for a specified resource. |
| Method Detail |
|---|
OAuthConsumerToken getToken(java.lang.String resourceId)
throws org.springframework.security.AuthenticationException
resourceId - The id of the protected resource.
org.springframework.security.AuthenticationException
void storeToken(java.lang.String resourceId,
OAuthConsumerToken token)
resourceId - The id of the protected resource.token - The token to store.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||