|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtraTrustConsumerDetails
Consumer details for a specific resource.
| Method Summary | |
|---|---|
boolean |
isRequiredToObtainAuthenticatedToken()
Whether this consumer is required to obtain an authenticated oauth token. |
| Methods inherited from interface org.springframework.security.oauth.provider.ConsumerDetails |
|---|
getAuthorities, getConsumerKey, getConsumerName, getSignatureSecret |
| Method Detail |
|---|
boolean isRequiredToObtainAuthenticatedToken()
true, it means that the OAuth consumer won't be granted access
to the protected resource unless the user is directed to the token authorization page. If false, it means that the provider has an additional
level of trust with the consumer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||