|
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 ResourceServerProfile
This interface ResourceServerProfile is for OAuth Resource Server Profile definition Its implementation class must be immutable
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.security.idaas.oauth.common.appinfra.AppProfile
AppProfile.AllowedTokenAttributesRetrievalProfile, AppProfile.AppSecret |
java.lang.String |
getAudienceClaimValue() Get an audience claim value which identifies the audiences that the JWT OAuth Access Token is intended If audienceClaimValue is null, then JWT OAuth Access Token not have an audience claim This values is case sensitive string which contains StringOrURI value |
java.lang.String |
getAuthzUserConsentPluginRef() It returns authorization user consent plug-in reference name |
java.lang.String |
getOfflineScopeName() Get an offline scope name |
OAuthRefreshableTokenProfile |
getOverriddenAccessTokenProfile() Get OAuth RefreshableTokenProfile |
OAuthTokenProfile |
getOverriddenAuthzCodeTokenProfile() Get OAuth Token Profile |
java.lang.String |
getScopeNamespacePrefix() Get a Scope Prefix; |
java.util.Collection<ScopeProfile> |
getScopeProfiles() Get a collection of Scope Profiles It returns empty collection if scope is not defined in resource server profile |
TokenAttributeProfile |
getTokenAttributeProfile() Get Token AttributeProfile |
Methods inherited from interface oracle.security.idaas.oauth.common.appinfra.AppProfile
getAllowedTokenAttributesRetrievalProfile, getAppId, getAppName, getAppProfileHumanInfo, getAppProfileHumanInfo, getAppSecret, getAttributes, getIdentityDomainUUID |
Method Detail
java.lang.String getAuthzUserConsentPluginRef()
java.util.Collection<ScopeProfile> getScopeProfiles()
TokenAttributeProfile getTokenAttributeProfile()
OAuthTokenProfile getOverriddenAuthzCodeTokenProfile()
OAuthRefreshableTokenProfile getOverriddenAccessTokenProfile()
java.lang.String getOfflineScopeName()
java.lang.String getAudienceClaimValue()
java.lang.String getScopeNamespacePrefix()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |