Skip navigation links

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


oracle.security.idaas.oauth.common.appinfra
Interface AppProfile

All Known Subinterfaces:
AppWritableProfile, ClientProfile, ClientWritableProfile, ResourceServerProfile, ResourceServerWritableProfile

public interface AppProfile
Since:
release specific (what release of product did this appear in)
Version:
$Header: ngam/oic/common/src/main/java/oracle/security/idaas/oauth/common/appinfra/AppProfile.java /main/2 2013/09/11 20:50:19 rhingara Exp $
Author:
Ravi Hingarajiya (Ravi.Hingarajiya@Oracle.com)

Nested Class Summary

static interface AppProfile.AllowedTokenAttributesRetrievalProfile
           
static interface AppProfile.AppSecret
           

  Method Summary

 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

getAppId

java.lang.String getAppId()
Get an Application Profile UUID
Returns:
- Application Profile UUID

getAppSecret

AppProfile.AppSecret getAppSecret()
Get an Application Secret NULL is returned if application secret is not defined
Returns:
- Application Secret

getAppName

java.lang.String getAppName()
Get non end user facing app name. Also, it is not i18N name.
Returns:
non end user (developer) app name

getIdentityDomainUUID

java.lang.String getIdentityDomainUUID()
Get the identity Domain UUID
Returns:
- identity domain UUID

getAllowedTokenAttributesRetrievalProfile

AppProfile.AllowedTokenAttributesRetrievalProfile getAllowedTokenAttributesRetrievalProfile()
Get the AllowedTokenAttributesRetrievalProfile
Returns:
Allowed Token Attributes Retrieval Profile

getAppProfileHumanInfo

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
Returns:
Application Profile Human Info

getAppProfileHumanInfo

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
Parameters:
requestLocale - - request locale
Returns:
- an application profile human information

getAttributes

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
Returns:
- application profile attributes map

Skip navigation links

Copyright (c) 2014, 2015,
Oracle and/or its affiliates. All Rights Reserved.