Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


oracle.security.idaas.rp.client
Class RPClientConfigUtil

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by oracle.security.idaas.rp.client.RPClientConfigUtil

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class RPClientConfigUtil
extends java.util.Properties

Utility class to retrieve RP related configuration.

Since:
11g Release 2 (11.1.2)
Version:
11g Release 2 (11.1.2)
See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.Properties
defaults

 

Constructor Summary
RPClientConfigUtil(java.io.InputStream inputStream)
          Read the configuration from the given InputStream.
RPClientConfigUtil(java.net.URL config)
          Read the configuration from the given location.

 

Method Summary

 

Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames

 

Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values

 

Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RPClientConfigUtil

public RPClientConfigUtil(java.net.URL config)
                   throws java.io.IOException
Read the configuration from the given location.
Parameters:
config - location of the configuration.
Throws:
java.io.IOException - when the location can not be reached.

RPClientConfigUtil

public RPClientConfigUtil(java.io.InputStream inputStream)
                   throws java.io.IOException
Read the configuration from the given InputStream.
Parameters:
configuration - InputStream object
Throws:
java.io.IOException - when the configuration cannot be loaded.

Skip navigation links

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT