|
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 AppProfile
Nested Class Summary
static interface |
AppProfile.AllowedTokenAttributesRetrievalProfile |
static interface |
AppProfile.AppSecret |
AppProfile.AllowedTokenAttributesRetrievalProfile |
getAllowedTokenAttributesRetrievalProfile() Get the AllowedTokenAttributesRetrievalProfile |
java.lang.String |
getAppId() Get an Application Profile UUID |
java.lang.String |
getAppName() Get non end user facing app name. |
java.util.Collection<AppProfileHumanInfo> |
getAppProfileHumanInfo() Get a collection of application profile human information Empty collection is returned if human information is not defined in the application profile |
AppProfileHumanInfo |
getAppProfileHumanInfo(java.util.Locale requestLocale) Get an application profile human information based on the request locale NULL is returned if an app profile human information is not configured for the request locale |
AppProfile.AppSecret |
getAppSecret() Get an Application Secret NULL is returned if application secret is not defined |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes() Get application profile attributes Empty MAP is returned if attributes are not defined in the application profile |
java.lang.String |
getIdentityDomainUUID() Get the identity Domain UUID |
Method Detail
java.lang.String getAppId()
AppProfile.AppSecret getAppSecret()
java.lang.String getAppName()
java.lang.String getIdentityDomainUUID()
AppProfile.AllowedTokenAttributesRetrievalProfile getAllowedTokenAttributesRetrievalProfile()
java.util.Collection<AppProfileHumanInfo> getAppProfileHumanInfo()
AppProfileHumanInfo getAppProfileHumanInfo(java.util.Locale requestLocale)
requestLocale
- - request localejava.util.Map<java.lang.String,java.lang.String> getAttributes()
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |