|
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 ResourceServerWritableProfile
This ResourceServerWritableProfile is for writable OAuth Resource Server Profile definition
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.security.idaas.oauth.common.appinfra.AppWritableProfile
AppWritableProfile.AllowedTokenAttributesRetrievalWritableProfile, AppWritableProfile.AppWritableSecret |
Nested classes/interfaces inherited from interface oracle.security.idaas.oauth.common.appinfra.AppProfile
AppProfile.AllowedTokenAttributesRetrievalProfile, AppProfile.AppSecret |
void |
addScopeProfile(ScopeWritableProfile scopeWritableProfile) |
void |
setAudienceClaimValue(java.lang.String audienceClaimValue) Set an audience claim value |
void |
setAuthzUserConsentPluginRef(java.lang.String authZPluginRef) It sets authorization plug-in reference name |
void |
setOfflineScopeName(java.lang.String offlineScopeName) Set an Offline Scope Name |
void |
setOverriddenAccessTokenProfile(OAuthRefreshableTokenWritableProfile oauthRefreshableTokenWritableProfile) |
void |
setOverriddenAuthzCodeTokenProfile(OAuthTokenWritableProfile oauthTokenWritableProfile) |
void |
setScopeNamespacePrefix(java.lang.String scopePrefix) Set a Scope Prefix For example : Scope Prefix is UserProfile. |
void |
setScopeProfiles(java.util.Collection<ScopeWritableProfile> scopeWritableProfiles) It set a list of scope profiles |
void |
setTokenAttributeProfile(TokenAttributeWritableProfile tokenAttributeWritableProfile) |
Methods inherited from interface oracle.security.idaas.oauth.common.appinfra.AppWritableProfile
addAppProfileHumanInfo, setAllowedTokenAttributesRetrieval, setAppId, setAppName, setAppProfileHumanInfos, setAppSecret, setAttributes, setIdentityDomainUUID |
Methods inherited from interface oracle.security.idaas.oauth.resourceserver.ResourceServerProfile
Methods inherited from interface oracle.security.idaas.oauth.common.appinfra.AppProfile
getAllowedTokenAttributesRetrievalProfile, getAppId, getAppName, getAppProfileHumanInfo, getAppProfileHumanInfo, getAppSecret, getAttributes, getIdentityDomainUUID |
Method Detail
void setAuthzUserConsentPluginRef(java.lang.String authZPluginRef)
void setScopeProfiles(java.util.Collection<ScopeWritableProfile> scopeWritableProfiles)
void addScopeProfile(ScopeWritableProfile scopeWritableProfile)
scopeWritableProfile
-void setTokenAttributeProfile(TokenAttributeWritableProfile tokenAttributeWritableProfile)
void setOverriddenAuthzCodeTokenProfile(OAuthTokenWritableProfile oauthTokenWritableProfile)
void setOverriddenAccessTokenProfile(OAuthRefreshableTokenWritableProfile oauthRefreshableTokenWritableProfile)
void setOfflineScopeName(java.lang.String offlineScopeName)
offlineScopeName
-void setAudienceClaimValue(java.lang.String audienceClaimValue)
audienceClaimValue
-void setScopeNamespacePrefix(java.lang.String scopePrefix)
scopePrefix
- - the scopePrefix String
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |