|
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 AppWritableProfile
Nested Class Summary
static interface |
AppWritableProfile.AllowedTokenAttributesRetrievalWritableProfile |
static interface |
AppWritableProfile.AppWritableSecret |
Nested classes/interfaces inherited from interface oracle.security.idaas.oauth.common.appinfra.AppProfile
AppProfile.AllowedTokenAttributesRetrievalProfile, AppProfile.AppSecret |
void |
addAppProfileHumanInfo(AppWritableProfileHumanInfo appProfileHumanInfo) Set an application profile human information |
void |
setAllowedTokenAttributesRetrieval(AppWritableProfile.AllowedTokenAttributesRetrievalWritableProfile allowedTokenAttributesRetrieval) Set the AllowedTokenAttributesRetrievalWritableProfile |
void |
setAppId(java.lang.String appId) Set an application id |
void |
setAppName(java.lang.String appName) Set non end user facing app name. |
void |
setAppProfileHumanInfos(java.util.Collection<AppWritableProfileHumanInfo> appWritableProfileHumanInfoCollection) Set a collection of application profile human information Empty collection is set if human information is not defined in the application profile |
void |
setAppSecret(AppWritableProfile.AppWritableSecret appSecret) Set an application secret |
void |
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes) Set application profile attributes |
void |
setIdentityDomainUUID(java.lang.String identityDomainUUID) Set the identity Domain UUID |
Methods inherited from interface oracle.security.idaas.oauth.common.appinfra.AppProfile
getAllowedTokenAttributesRetrievalProfile, getAppId, getAppName, getAppProfileHumanInfo, getAppProfileHumanInfo, getAppSecret, getAttributes, getIdentityDomainUUID |
Method Detail
void setAppId(java.lang.String appId)
appId
- - application Id which can be either Resource Server or Client Idvoid setAppSecret(AppWritableProfile.AppWritableSecret appSecret)
appSecret
- - application secret which can be either Resource Server or Client Secretvoid setAppName(java.lang.String appName)
appName
- - non end user (developer) app namevoid setIdentityDomainUUID(java.lang.String identityDomainUUID)
identityDomainUUID
- - identity domain UUIDvoid setAppProfileHumanInfos(java.util.Collection<AppWritableProfileHumanInfo> appWritableProfileHumanInfoCollection)
appWritableProfileHumanInfoCollection
- - a list of Application Profile Human Infovoid addAppProfileHumanInfo(AppWritableProfileHumanInfo appProfileHumanInfo)
appProfileHumanInfo
- - an application profile human informationvoid setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
attributes
- - attributesvoid setAllowedTokenAttributesRetrieval(AppWritableProfile.AllowedTokenAttributesRetrievalWritableProfile allowedTokenAttributesRetrieval)
allowedTokenAttributesRetrieval
- - AllowedTokenAttributesRetrieval
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |