|
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 MobileClientWritableProfile
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
void setMobileRedirectURIs(java.util.Collection<java.lang.String> mobileRedirectURIs)
void addMobileRedirectURI(java.lang.String mobileRedirectURI)
void setConfigParams(java.util.Map<java.lang.String,java.lang.String> configParams)
void addConfigParam(java.lang.String paramKey, java.lang.String paramValue)
void setJailBreakingDetectionPolicyName(java.lang.String jailBreakingDetectionPolicyName)
void setDeviceProfileAttributes(java.util.Collection<java.lang.String> deviceProfileAttributes)
void addDeviceProfileAttribute(java.lang.String deviceProfileAttribute)
void setGCMAppProfile(GCMAppProfile gcmAppProfile)
void setApplePushNotificationProfile(ApplePushNotificationProfile applePushNotificationProfile)
void setMobileClientConfigOverrideProfile(MobileClientConfigOverrideProfile mobileClientConfigOverrideProfile)
mobileClientConfigOverrideProfile
-
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |