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.client
Interface MobileClientProfile

All Known Subinterfaces:
MobileClientWritableProfile

public interface MobileClientProfile

This Mobile Client Profile interface is intentionally immutable.


Method Summary

 ApplePushNotificationProfile getApplePushNotificationProfile()
          Get an Apple Push Notification Profile
 java.util.Map<java.lang.String,java.lang.String> getConfigParams()
          Get Mobile Client Configuration Parameters
 java.util.Collection<java.lang.String> getDeviceProfileAttributes()
          Get a collection of Mobile Device Profile Attributes
 GCMAppProfile getGCMAppProfile()
          Get a GCM Mobile Application Profile
 java.lang.String getJailBreakingDetectionPolicyName()
          Get a Jail Breaking Detection Policy Name
 MobileClientConfigOverrideProfile getMobileClientConfigOverrideProfile()
          Get Mobile Client Configuration Override Profile Mobile Related configuration properties like Server Side SSO enabled/disabled and Security Level are defined at OAuth Service Profile Level.
 java.util.Collection<java.lang.String> getMobileRedirectURIs()
          Get Mobile Client Redirect URIs

 

Method Detail

getMobileRedirectURIs

java.util.Collection<java.lang.String> getMobileRedirectURIs()
Get Mobile Client Redirect URIs
Returns:
- Mobile Redirect URIs

getConfigParams

java.util.Map<java.lang.String,java.lang.String> getConfigParams()
Get Mobile Client Configuration Parameters
Returns:
- Mobile Configuration Parameters

getJailBreakingDetectionPolicyName

java.lang.String getJailBreakingDetectionPolicyName()
Get a Jail Breaking Detection Policy Name
Returns:
- Jail Breaking Detection Policy

getDeviceProfileAttributes

java.util.Collection<java.lang.String> getDeviceProfileAttributes()
Get a collection of Mobile Device Profile Attributes
Returns:
- a collection of Device Profile Attributes

getGCMAppProfile

GCMAppProfile getGCMAppProfile()
Get a GCM Mobile Application Profile
Returns:
- GCM App Profile

getApplePushNotificationProfile

ApplePushNotificationProfile getApplePushNotificationProfile()
Get an Apple Push Notification Profile
Returns:
- Apple Push Notification Profile

getMobileClientConfigOverrideProfile

MobileClientConfigOverrideProfile getMobileClientConfigOverrideProfile()
Get Mobile Client Configuration Override Profile Mobile Related configuration properties like Server Side SSO enabled/disabled and Security Level are defined at OAuth Service Profile Level. This Config Override Profile takes precedence over the Mobile OAuth Service Profile Configuration If the MobileClientConfigOverrideProfile is null, then the Mobile OAuth Server uses the Service Profile configuration
Returns:
MobilClientConfigOverrideProfile

Skip navigation links

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