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 MobileClientWritableProfile

All Superinterfaces:
MobileClientProfile

public interface MobileClientWritableProfile
extends MobileClientProfile

Method Summary

 void addConfigParam(java.lang.String paramKey, java.lang.String paramValue)
           
 void addDeviceProfileAttribute(java.lang.String deviceProfileAttribute)
           
 void addMobileRedirectURI(java.lang.String mobileRedirectURI)
           
 void setApplePushNotificationProfile(ApplePushNotificationProfile applePushNotificationProfile)
           
 void setConfigParams(java.util.Map<java.lang.String,java.lang.String> configParams)
           
 void setDeviceProfileAttributes(java.util.Collection<java.lang.String> deviceProfileAttributes)
           
 void setGCMAppProfile(GCMAppProfile gcmAppProfile)
           
 void setJailBreakingDetectionPolicyName(java.lang.String jailBreakingDetectionPolicyName)
           
 void setMobileClientConfigOverrideProfile(MobileClientConfigOverrideProfile mobileClientConfigOverrideProfile)
          Set 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.
 void setMobileRedirectURIs(java.util.Collection<java.lang.String> mobileRedirectURIs)
           

  Methods inherited from interface oracle.security.idaas.oauth.client.MobileClientProfile

getApplePushNotificationProfile, getConfigParams, getDeviceProfileAttributes, getGCMAppProfile, getJailBreakingDetectionPolicyName, getMobileClientConfigOverrideProfile, getMobileRedirectURIs

 

Method Detail

setMobileRedirectURIs

void setMobileRedirectURIs(java.util.Collection<java.lang.String> mobileRedirectURIs)

addMobileRedirectURI

void addMobileRedirectURI(java.lang.String mobileRedirectURI)

setConfigParams

void setConfigParams(java.util.Map<java.lang.String,java.lang.String> configParams)

addConfigParam

void addConfigParam(java.lang.String paramKey,
                    java.lang.String paramValue)

setJailBreakingDetectionPolicyName

void setJailBreakingDetectionPolicyName(java.lang.String jailBreakingDetectionPolicyName)

setDeviceProfileAttributes

void setDeviceProfileAttributes(java.util.Collection<java.lang.String> deviceProfileAttributes)

addDeviceProfileAttribute

void addDeviceProfileAttribute(java.lang.String deviceProfileAttribute)

setGCMAppProfile

void setGCMAppProfile(GCMAppProfile gcmAppProfile)

setApplePushNotificationProfile

void setApplePushNotificationProfile(ApplePushNotificationProfile applePushNotificationProfile)

setMobileClientConfigOverrideProfile

void setMobileClientConfigOverrideProfile(MobileClientConfigOverrideProfile mobileClientConfigOverrideProfile)
Set 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
Parameters:
mobileClientConfigOverrideProfile -

Skip navigation links

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