|
Oracle Fusion Middleware Java API Reference for the Oracle Access Management OAuth Service 11g Release 2 Patch Set 3 (11.1.2.3) E59498-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientScopeWritableProfile
Method Summary
void |
addAllowedResourceServer(java.lang.String allowedResourceServer) Add a client allowed resource servers |
void |
addAllowedScope(java.lang.String allowedScope) Add the client allowed scope |
void |
setAllowedResourceServers(java.util.Collection<java.lang.String> allowedResourceServers) Set a collection of client allowed resource servers EMPTY Collection is set if the allowed resource server scopes are not defined |
void |
setAllowedScopes(java.util.Collection<java.lang.String> allowedScopes) Set a collection of client allowed scopes EMPTY collection is set when none of scopes are allowed for the client |
void |
setAnyScopeAllowed(boolean anyScopeAllowed) Set whether any scope can be allowed by the client |
void |
setUserConsentRequired(boolean userConsentRequired) Set the client requires User Consent or not |
Methods inherited from interface oracle.security.idaas.oauth.client.ClientScopeProfile
getAllowedResourceServers, getAllowedScopes, isAnyScopeAllowed, isUserConsentRequired |
Method Detail
void setUserConsentRequired(boolean userConsentRequired)
userConsentRequired
- - true if the client required user consentvoid setAnyScopeAllowed(boolean anyScopeAllowed)
anyScopeAllowed
- - true/falsevoid setAllowedResourceServers(java.util.Collection<java.lang.String> allowedResourceServers)
allowedResourceServers
- - a collection of client allowed resource serversvoid addAllowedResourceServer(java.lang.String allowedResourceServer)
allowedResourceServer
- - the client allowed resource serversvoid setAllowedScopes(java.util.Collection<java.lang.String> allowedScopes)
allowedScopes
- - a collection of client allowed scopesvoid addAllowedScope(java.lang.String allowedScope)
allowedScope
- - allowed Scope
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |