Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


oracle.security.idm
Interface StoreConfiguration


public interface StoreConfiguration

StoreConfiguration holds the configuration properties for a given IdentityStore instance. The behaviour of this IdentityStore instance can be controlled by changing the properties in this configuration object. The actual configuration properties and their values are specific to the service provider. Some service providers may not support any configuration property at all.

Since:
release specific (what release of product did this appear in)

Method Summary
 java.lang.Object getProperty(java.lang.String prop)
          Get the value of specified configuration property
 void setProperties(java.util.Map properties)
          Set multiple configuration properties.
 java.lang.Object setProperty(java.lang.String prop, java.lang.Object value)
          Set specified configuration property

 

Method Detail

getProperty

java.lang.Object getProperty(java.lang.String prop)
Get the value of specified configuration property
Parameters:
prop - Property name
Returns:
value of the property

setProperty

java.lang.Object setProperty(java.lang.String prop,
                             java.lang.Object value)
Set specified configuration property
Parameters:
prop - Property name
value - Property value
Returns:
previous value associated with property, or null if property was not set earlier

setProperties

void setProperties(java.util.Map properties)
Set multiple configuration properties.
Parameters:
properties - Map of properties to be set. Each entry in this map will specify one property and its value

Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


Copyright © 2005, 2009, Oracle. All rights reserved.