|
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 ClientWritableProfile
This ClientProfileWritable interface is used to set client profiles Every implementation of Client Profile provides Client Profile POJO writable object
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.security.idaas.oauth.client.ClientProfile
ClientProfile.ClientType |
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 |
addAllowedAudience(java.lang.String allowedAudience) Add Client Allowed audience |
void |
addAllowedGrantType(java.lang.String allowedGrantType) Add Client Allowed Grant Type |
void |
addHttpRedirectURI(java.lang.String httpRedirectURI) Add HTTP Redirect URI |
void |
setAllowedAudience(java.util.Collection<java.lang.String> allowedAudience) Set Client Allowed audience |
void |
setAllowedGrantTypes(java.util.Collection<java.lang.String> allowedGrantTypes) Set Client Allowed Grant Types |
void |
setClientScopeProfile(ClientScopeWritableProfile clientScopeWritableProfile) Set the client Scope Profile |
void |
setClientType(ClientProfile.ClientType clientType) Set Client Type |
void |
setHttpRedirectURIs(java.util.Collection<java.lang.String> httpRedirectURIs) Set HTTP Redirect URIs |
void |
setMobileClientProfile(MobileClientWritableProfile mobileClientWritableProfile) Set Mobile Client Profile if client type is mobile |
void |
setSequenceNumber(long num) Set sequence number |
Methods inherited from interface oracle.security.idaas.oauth.client.ClientProfile
getAllowedAudience, getAllowedGrantTypes, getClientScopeProfile, getClientType, getHttpRedirectURIs, getMobileClientProfile, getSequenceNumber |
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.common.appinfra.AppProfile
getAllowedTokenAttributesRetrievalProfile, getAppId, getAppName, getAppProfileHumanInfo, getAppProfileHumanInfo, getAppSecret, getAttributes, getIdentityDomainUUID |
Method Detail
void setHttpRedirectURIs(java.util.Collection<java.lang.String> httpRedirectURIs)
httpRedirectURIs
- - http redirect urisvoid addHttpRedirectURI(java.lang.String httpRedirectURI)
httpRedirectURI
- - http redirect urivoid setAllowedGrantTypes(java.util.Collection<java.lang.String> allowedGrantTypes)
allowedGrantTypes
- - allowed Grant Typesvoid addAllowedGrantType(java.lang.String allowedGrantType)
allowedGrantType
- - allowed Grant Typesvoid setClientScopeProfile(ClientScopeWritableProfile clientScopeWritableProfile)
clientScopeWritableProfile
- - the client scope profilevoid setMobileClientProfile(MobileClientWritableProfile mobileClientWritableProfile)
mobileClientWritableProfile
- - mobile client writable profilevoid setClientType(ClientProfile.ClientType clientType)
clientType
- - clientTypevoid setSequenceNumber(long num)
num
- - sequence numbervoid setAllowedAudience(java.util.Collection<java.lang.String> allowedAudience)
allowedAudience
- - allowed audiencevoid addAllowedAudience(java.lang.String allowedAudience)
allowedAudience
- - allowed audience
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |