|
Oracle Fusion Middleware Java API Reference for Oracle OAuth Service 11g Release 2 (11.1.2) E57632-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientScopeProfile
This ClientScopeProfile is for OAuth Client Scope Profile definition
Method Summary
java.util.Collection<java.lang.String> |
getAllowedResourceServers() Get a collection of resource server names accessible to the client EMPTY Collection is returned if the allowed resource server scopes are not defined |
java.util.Collection<java.lang.String> |
getAllowedScopes() Get a collection of scopes accessible to the client EMPTY collection when none of scopes are allowed for the client |
boolean |
isAnyScopeAllowed() True if the client has unrestricted access to any scope |
boolean |
isUserConsentRequired() Get the client required User Consent or not |
Method Detail
boolean isUserConsentRequired()
boolean isAnyScopeAllowed()
java.util.Collection<java.lang.String> getAllowedResourceServers()
java.util.Collection<java.lang.String> getAllowedScopes()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |