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 ApplePushNotificationProfile

All Superinterfaces:
BaseApplePushNotificationProfile
All Known Subinterfaces:
ApplePushNotificationWritableProfile

public interface ApplePushNotificationProfile
extends BaseApplePushNotificationProfile

Method Summary

 byte[] getAPNDevelopmentCertificate()
           
 char[] getAPNDevelopmentCertificatePassword()
           
 byte[] getAPNProductionCertificate()
           
 char[] getAPNProductionCertificatePassword()
           
 boolean isProductionMode()
           

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

getKeepAliveSeconds, getMaxConnectionPoolSize, getMinConnectionPoolSize

 

Method Detail

isProductionMode

boolean isProductionMode()
Returns:

getAPNDevelopmentCertificate

byte[] getAPNDevelopmentCertificate()
Returns:

getAPNProductionCertificate

byte[] getAPNProductionCertificate()
Returns:

getAPNDevelopmentCertificatePassword

char[] getAPNDevelopmentCertificatePassword()
Returns:

getAPNProductionCertificatePassword

char[] getAPNProductionCertificatePassword()
Returns:

Skip navigation links

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