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 MobileClientConfigOverrideProfile

All Known Subinterfaces:
MobileClientConfigOverrideWritableProfile

public interface MobileClientConfigOverrideProfile

Nested Class Summary

static class MobileClientConfigOverrideProfile.MobileSecurityLevel
           

  Method Summary

 MobileClientConfigOverrideProfile.MobileSecurityLevel getAndroidMobileSecurityLevel()
          Get Android Mobile Operating System Security Level If this methods returns null, then the Mobile OAuth Server uses the OAuth Service Profile configuration
 MobileClientConfigOverrideProfile.MobileSecurityLevel getIOSMobileSecurityLevel()
          Get iOS Mobile Operating System Security Level If this methods returns null, then the Mobile OAuth Server uses the OAuth Service Profile configuration
 MobileClientConfigOverrideProfile.MobileSecurityLevel getOtherPlatformMobileSecurityLevel()
          Get Other than iOS and Android Mobile Operating Systems like Windows Security Level If this methods returns null, then the Mobile OAuth Server uses the OAuth Service Profile configuration
 java.lang.Boolean isServerSideSSOEnabled()
          Whether Server Side SSO is enabled or not If this methods returns null, then the Mobile OAuth Server uses the OAuth Service Profile configuration

 

Method Detail

isServerSideSSOEnabled

java.lang.Boolean isServerSideSSOEnabled()
Whether Server Side SSO is enabled or not If this methods returns null, then the Mobile OAuth Server uses the OAuth Service Profile configuration
Returns:
true/false/null

getIOSMobileSecurityLevel

MobileClientConfigOverrideProfile.MobileSecurityLevel getIOSMobileSecurityLevel()
Get iOS Mobile Operating System Security Level If this methods returns null, then the Mobile OAuth Server uses the OAuth Service Profile configuration
Returns:
MobileSecurityLevel/Null

getAndroidMobileSecurityLevel

MobileClientConfigOverrideProfile.MobileSecurityLevel getAndroidMobileSecurityLevel()
Get Android Mobile Operating System Security Level If this methods returns null, then the Mobile OAuth Server uses the OAuth Service Profile configuration
Returns:
MobileSecurityLevel/Null

getOtherPlatformMobileSecurityLevel

MobileClientConfigOverrideProfile.MobileSecurityLevel getOtherPlatformMobileSecurityLevel()
Get Other than iOS and Android Mobile Operating Systems like Windows Security Level If this methods returns null, then the Mobile OAuth Server uses the OAuth Service Profile configuration
Returns:
MobileSecurityLevel/Null

Skip navigation links

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