Skip navigation links

Oracle Fusion Middleware Configuration MBean Java API Reference for Oracle Identity Federation
11g Release 1 (11.1.1)

E14683-01

A C D F G H I L O P R S U


A

activate() - Method in interface oracle.security.fed.admin.config.mbeans.CircleOfTrustMXBean
Activates the changes made to the cot.xml file since the last activation so that the OIF server picks up the changes.
activate() - Method in interface oracle.security.fed.admin.config.mbeans.DatastoreMXBean
Activates the changes made to the data-store.xml file since the last activation so that the OIF server picks up the changes.
activate() - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Activates the changes made to the config.xml file since the last activation so that the OIF server picks up the changes.
addProperty(String, String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Creates a Property with the specified value and type and no name, and adds it at the end of the this PropertiesList.
addProperty(String, String, int) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Creates a Property with the specified value, and type and no name, and adds it at the specified index in this PropertiesList.
AdminServicesMXBean - Interface in oracle.security.fed.admin.config.mbeans
Runtime MBean to manage user defederation admin services.
AdminUtilMXBean - Interface in oracle.security.fed.admin.config.mbeans
Runtime MBean that provides utility operations for administrator use.

C

changeClassNameTo(String) - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Sets the classname of this DiscoveryProvider to the specified value.
changeConfigFile(String) - Method in interface oracle.security.fed.admin.config.mbeans.CircleOfTrustMXBean
Given a properly formatted cot.xml (as a String), sets the current cot.xml file to the given value.
changeConfigFile(String) - Method in interface oracle.security.fed.admin.config.mbeans.DatastoreMXBean
Given a properly formatted data-store.xml (as a String), sets the current data-store.xml file to the given value.
changeConfigFile(String) - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Given a properly formatted config.xml (as a String), sets the current config.xml file to the given value.
checkAttributeExistsInDatastore(String) - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Returns true if the given attribute is defined in the configured user datastore; false otherwise.
checkRDBMSConnection(String) - Method in interface oracle.security.fed.admin.config.mbeans.AdminUtilMXBean
Returns true if an RDBMS connection can be established from the JNDI Name provided; returns false otherwise.
checkWallet(String, String, String) - Method in interface oracle.security.fed.admin.config.mbeans.AdminUtilMXBean
Given a Base64-encoded PKCS#12 wallet or keystore, and corresponding password and keystore type, determines if the wallet or keystore is valid and the password correct.
CircleOfTrustMXBean - Interface in oracle.security.fed.admin.config.mbeans
Config MBean to manage Circle Of Trust properties; contains PeerProvider elements.
clearRDBMSConfiguration(String) - Method in interface oracle.security.fed.admin.config.mbeans.AdminUtilMXBean
Clears the OIF Configuration data from RDBMS
ConfigMXBean - Interface in oracle.security.fed.admin.config.mbeans
Config MBean to manage Server properties; contains Property, PropertiesList and PropertiesMap elements.
configureOAM(String, String, String, String, String, String, String, String, String, String, String, String, String, String[][], String[]) - Method in interface oracle.security.fed.admin.config.mbeans.AdminUtilMXBean
Configures Oracle Access Manager Server for Integration with Oracle Identity Federation.
createDiscoveryProvider(String, String, String, String) - Method in interface oracle.security.fed.admin.config.mbeans.DatastoreMXBean
Creates a DiscoveryProvider with the speficied classname, dependsOn, setter, and type, and empty Dependencies, and registers its corresponding MBean on the MBean server.
createDiscoveryProviderDependency(String, String, String) - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Creates a DiscoveryProvider in this DiscoveryProvider's Dependencies, with the specified classname, dependsOn, setter, and type of this DiscoveryProvider, and registers its corresponding MBean on the MBean server.
createEmptyConfig(String) - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Creates a Config with the specified name, and registers its corresponding MBean on the MBean server.
createPeerProvider(String, String, String, String) - Method in interface oracle.security.fed.admin.config.mbeans.CircleOfTrustMXBean
Creates a PeerProvider object with the specified description, providerID, providerType, and version, no Metadata and empty Config, and registers its corresponding MBean on the MBean server.
createPropertiesList(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Creates a PropertiesList element with the specified name, and registers its corresponding MBean in the MBean server.
createPropertiesList(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Creates a PropertiesList object with the specified name and registers its corresponding MBean on the MBean server.
createPropertiesMap(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Creates a PropertiesMap object with the specified name, and registers its corresponding MBean in the MBean server.
createPropertiesMap(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Creates a PropertiesMap object with the specified name and registers its corresponding MBean on the MBean server.

D

DatastoreMXBean - Interface in oracle.security.fed.admin.config.mbeans
Config MBean to manage Data Store properties; contains DiscoveryProvider elements
deleteAllFedRecordsForUser(String, boolean) - Method in interface oracle.security.fed.admin.config.mbeans.AdminServicesMXBean
Deletes all federation records of the user with the specified User ID, and if the parameter fedTerm is true, notifies the corresponding peer providers that the federations have been deleted.
deleteFedRecord(String) - Method in interface oracle.security.fed.admin.config.mbeans.AdminServicesMXBean
Deletes the federation record with the specified Fed ID, and notifies the corresponding peer provider that the federation has been deleted.
destroyAllPropertiesLists() - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Removes all PropertiesList elements from this Config and unregisters their corresponding MBeans from the MBean server.
destroyAllPropertiesLists() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Removes all PropertiesList elements from this PropertiesMap and unregisters their corresponding MBeans from the MBean server.
destroyAllPropertiesMaps() - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Removes all PropertiesMap elements from this Config and unregisters their corresponding MBeans from the MBean server.
destroyAllPropertiesMaps() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Removes all PropertiesMap elements from this PropertiesMap and unregisters their corresponding MBeans from the MBean server.
destroyConfig(String) - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Removes the Config with the specified name and unregisters its corresponding MBean from the MBean server.
destroyDiscoveryProvider(String) - Method in interface oracle.security.fed.admin.config.mbeans.DatastoreMXBean
Removes the DiscoveryProvider with the specified type, and unregisters its corresponding MBean from the MBean server.
destroyDiscoveryProviderDependency(String) - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Removes the DiscoveryProvider with the given setter from this DiscoveryProvider's Dependencies, and unregisters its corresponding MBean from the MBean server.
destroyPeerProvider(String) - Method in interface oracle.security.fed.admin.config.mbeans.CircleOfTrustMXBean
Removes the PeerProvider with the specified providerID and unregisters its corresponding MBean from the MBean server.
destroyPropertiesList(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Removes the PropertiesList element with the specified name from this Config, and unregisters its corresponding MBean from the MBean server.
destroyPropertiesList(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Removes the PropertiesList element with the specified name from this PropertiesMap, and unregisters its corresponding MBean from the MBean server.
destroyPropertiesMap(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Removes the PropertiesMap element with the specified name from this Config, and unregisters its corresponding MBean from the MBean server.
destroyPropertiesMap(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Removes the PropertiesMap element with the specified name from this PropertiesMap, and unregisters its corresponding MBean from the MBean server.
DiscoveryProviderMXBean - Interface in oracle.security.fed.admin.config.mbeans
Config MBean to manage Data Store properties; contains a single Dependencies element, containing Dependency and DiscoveryProvider elements.

F

FederationConfigMXBean - Interface in oracle.security.fed.admin.config.mbeans
Config MBean to manage Server properties; contains Config elements.

G

generateNewOSSOKey(String, long, long) - Method in interface oracle.security.fed.admin.config.mbeans.AdminUtilMXBean
Returns a new random key for use in Oracle Identity Federation integration with Oracle Single Sign-On.
getDefaultPackage() - Method in interface oracle.security.fed.admin.config.mbeans.DatastoreMXBean
Returns the default package of this Datastore.
getDependsOn() - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Returns the value of the dependsOn attribute of this DiscoveryProvider
getDescription() - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Returns the description of this PeerProvider
getName() - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns the name attribute of the Config object.
getName() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Returns the name of this PropertiesList object
getName() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns the name of this PropertiesMap object
getParent() - Method in interface oracle.security.fed.admin.config.mbeans.CircleOfTrustMXBean
Returns null.
getParent() - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns the Object Name of the parent MBean of this Config MBean.
getParent() - Method in interface oracle.security.fed.admin.config.mbeans.DatastoreMXBean
Returns null.
getParent() - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Returns the Object Name of the parent MBean of this DiscoveryProvider MBean.
getParent() - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Returns null.
getParent() - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Returns the Object Name of the parent MBean of this PeerProvider MBean.
getParent() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Returns the Object Name of the parent MBean of this PropertiesList MBean.
getParent() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns the Object Name of the parent MBean of this PropertiesMap MBean.
getProviderID() - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Returns the providerID of this PeerProvider
getProviderType() - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Returns the providerType of this PeerProvider
getSetter() - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Returns the value of the setter attribute of this DiscoveryProvider
getSuccinctID() - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Returns the succinctID of this PeerProvider
getType() - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Returns the value of the type attribute of this DiscoveryProvider
getVersion() - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Returns the version of this PeerProvider

H

hasConfig(String) - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Returns true if there exists a Config element in this FederationConfig with the specified name.
hasDiscoveryProvider(String) - Method in interface oracle.security.fed.admin.config.mbeans.DatastoreMXBean
Returns true if there exists a DiscoveryProvider in this Datastore with the specified type.
hasDiscoveryProviderDependency(String) - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Returns true if there exists a DiscoveryProvider with the specified setter in this DiscoveryProvider's Dependencies.
hasPeerProvider(String) - Method in interface oracle.security.fed.admin.config.mbeans.CircleOfTrustMXBean
Returns true if there exists a PeerProvider element in this CircleOfTrust with the specified providerID.
hasPropertiesList(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns true if there exists a PropertiesList element in this Config with the specified name; returns false otherwise.
hasPropertiesList(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns true if there exists a PropertiesList in this PropertiesMap with the specified name.
hasPropertiesMap(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns true if there exists a PropertiesMap element in this Config with the specified name; returns false otherwise.
hasPropertiesMap(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns true if there exists a PropertiesMap in this PropertiesMap with the specified name.
hasProperty(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns true if there exists a Property in this Config with the specified name; returns false otherwise.
hasProperty(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns true if there exists a Property in this PropertiesMap with the specified name.
hasPropertyValue(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Returns true if there exists at least one Property in this PropertiesList with the specified value.

I

indexOf(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Returns the index of the first Property in this PropertiesList that has the specified value
isActivationEnabled() - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Returns true if activation is enabled; false otherwise.

L

loadMetadata(String, String) - Method in interface oracle.security.fed.admin.config.mbeans.CircleOfTrustMXBean
Parses the given metadata and creates a PeerProvider with the providerID, providerType, and version found in the metadata, the given description, and the given metadata.

O

oracle.security.fed.admin.config.mbeans - package oracle.security.fed.admin.config.mbeans
 

P

PeerProviderMXBean - Interface in oracle.security.fed.admin.config.mbeans
Config MBean to manage Circle Of Trust properties; contains a single Config element.
performFedSearch(String, String) - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Performs a search over all federation records from the provider with the given Provider ID, based on the value given; will use 'CONTAINS' as comparator and 'OR' as operator and the default search and display attributes
performFedSearch(String, String, String) - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Performs a search over all federation records for the user with the given User ID and the provider with the given Provider ID, based on the value given; will use 'CONTAINS' as comparator and 'OR' as operator and the default search and display attributes
performFedSearch(String[][], String, String[], String, boolean, String) - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Performs a search over all federation records from the provider with the given Provider ID, based on the concatenation of the specified search conditions.
performUserFedSearch(String, String) - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Performs a search over all federation records for the user with the given User ID, based on the value given; will use 'CONTAINS' as comparator and 'OR' as operator and the default search and display attributes
performUserSearch(String) - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Performs a user search based on the value given; will use 'CONTAINS' as comparator and 'OR' as operator and the default search and display attributes
performUserSearch(String[][], String, String[], String) - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Performs a user search based on the concatenation of the specified search conditions.
PropertiesListMXBean - Interface in oracle.security.fed.admin.config.mbeans
Config MBean to manage Server properties; contains Property elements.
PropertiesMapMXBean - Interface in oracle.security.fed.admin.config.mbeans
Config MBean to manage Server properties; contains Property, PropertiesList and PropertyMap elements.
putProperty(String, String, String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
If there exists a Property element in this Config with the specified name, sets the value of the Property to the specified value.
putProperty(String, String, String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
If there exists a Property element in this PropertiesMap with the specified name, sets the value of the Property to the specified value.

R

removeAllProperties() - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Removes all Property objects in this Config.
removeAllProperties() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Removes all Property elements in this PropertiesList.
removeAllProperties() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Removes all Property elements from this PropertiesMap.
removeProperty(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Removes the Property with the specified name in this Config.
removeProperty(int) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Removes the Property at the specified index in this PropertiesList.
removeProperty(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Removes the first Property in this PropertiesList with the specified value
removeProperty(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Removes the Property with the specified name from this PropertiesMap .
retrieveAllDisplayFedAttributes() - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Returns all attributes that can be used as display attributes in a federation record search
retrieveAllDisplayUserAttributes() - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Returns all attributes that can be used as display attributes in a user search.
retrieveAllPropertiesLists() - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns the ObjectNames of all PropertiesLists in this Config registered on the MBean server
retrieveAllPropertiesLists() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns the ObjectNames of all PropertiesList elements in this PropertiesMap registered in the MBean server.
retrieveAllPropertiesMaps() - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns the ObjectNames of all PropertyMaps in this Config registered on the MBean server
retrieveAllPropertiesMaps() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns the ObjectNames of all PropertiesMap elements in this PropertiesMap registered in the MBean server.
retrieveAllPropertyNames() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns a String[] containg the names of all Property elements in this PropertiesMap.
retrieveAllPropertyValues() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Returns a String[] containg the values of all Property elements in this PropertiesList.
retrieveAllSearchFedAttributes() - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Returns all attributes that can be used as search attributes in a federation record search
retrieveAllSearchUserAttributes() - Method in interface oracle.security.fed.admin.config.mbeans.SearchMXBean
Returns all attributes that can be used as search attributes in a user search.
retrieveClassName() - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Returns the classname of this DiscoveryProvider.
retrieveConfig(String) - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Returns the ObjectName with which the Config with the specified name is registered in the MBean server.
retrieveConfig() - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Returns the ObjectName with which the Config in this PeerProvider is registered in the MBean server, or null in this PeerProvider does not have a Config
retrieveConfigFile() - Method in interface oracle.security.fed.admin.config.mbeans.CircleOfTrustMXBean
Returns a String representation of the cot.xml configuration file.
retrieveConfigFile() - Method in interface oracle.security.fed.admin.config.mbeans.DatastoreMXBean
Returns a String representation of the data-store.xml configuration file.
retrieveConfigFile() - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Returns a String representation of the config.xml configuration file.
retrieveConfigs() - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Returns the ObjectNames of all Configs in this FederationConfig registered in the MBean server
retrieveDiscoveryProvider(String) - Method in interface oracle.security.fed.admin.config.mbeans.DatastoreMXBean
Returns the ObjectName with which the DiscoveryProvider with the specified type is registered on the MBean server.
retrieveDiscoveryProviderDependencies() - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Returns the ObjectNames of all DiscoveryProviders in this DiscoveryProvider's Dependencies, that are registered on the MBean server.
retrieveDiscoveryProviderDependency(String) - Method in interface oracle.security.fed.admin.config.mbeans.DiscoveryProviderMXBean
Returns the ObjectName with which the DiscoveryProvider with the specified setter, in this DiscoveryProvider's Dependencies, is registered in the MBean server.
retrieveDiscoveryProviders() - Method in interface oracle.security.fed.admin.config.mbeans.DatastoreMXBean
Returns the ObjectNames of all DiscoveryProviders in this Datastore registered on the MBean server.
retrieveMetaData() - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Returns the metadata of this PeerProvider
retrieveNumberOfProperties() - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Returns the number of Property elements in this PropertiesList.
retrievePeerProvider(String) - Method in interface oracle.security.fed.admin.config.mbeans.CircleOfTrustMXBean
Returns the ObjectName with which the PeerProvider with the specified providerID is registered on the MBean server.
retrievePeerProviders() - Method in interface oracle.security.fed.admin.config.mbeans.CircleOfTrustMXBean
Returns the ObjectNames of all PeerProviders registered on the MBean server
retrievePropertiesList(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns the ObjectName with which the PropertiesList with the specified name is registered on the MBean server, or null if no such PropertiesList exists in this Config.
retrievePropertiesList(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns the ObjectName with which the PropertiesList in this PropertiesMap with the specified name is registered on the MBean server.
retrievePropertiesMap(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns the ObjectName with which the PropertiesMap with the specified name is registered on the MBean server, or null if no such PropertiesMap exists.
retrievePropertiesMap(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns the ObjectName with which the PropertiesMap in this PropertiesMap with the specified name is registered on the MBean server.
retrievePropertyType(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns the type of the Property with the specified name.
retrievePropertyType(int) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Returns the type of the Property at the specified index in this PropertiesList.
retrievePropertyType(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns the type of the Property in this PropertiesMap with the specified name.
retrievePropertyValue(String) - Method in interface oracle.security.fed.admin.config.mbeans.ConfigMXBean
Returns the value of the Property with the specified name.
retrievePropertyValue(int) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesListMXBean
Returns the value of the Property at the specified index in this PropertiesList.
retrievePropertyValue(String) - Method in interface oracle.security.fed.admin.config.mbeans.PropertiesMapMXBean
Returns the value of the Property in this PropertiesMap with the specified name.

S

SearchMXBean - Interface in oracle.security.fed.admin.config.mbeans
Runtime MBean to manage user and federation record search operations.
setActivationEnabled(boolean) - Method in interface oracle.security.fed.admin.config.mbeans.FederationConfigMXBean
Enables activation is the given value is true; disables activation otherwise.
setDescription(String) - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Sets the value of the description attribute of this PeerProvider to the specified value.
setProviderType(String) - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Sets the value of the providerType attribute of this PeerProvider to the specified value.
setSuccinctID(String) - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Sets the value of the succinctID attribute of this PeerProvider to the specified value.
setVersion(String) - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Sets the value of the version attribute of this PeerProvider to the specified value.

U

updateFedRecord(String) - Method in interface oracle.security.fed.admin.config.mbeans.AdminServicesMXBean
Updates the Name ID of the federation record with the specified Fed ID, and notifies the corresponding peer provider that the Name ID has been modified.
updateMetaData(String) - Method in interface oracle.security.fed.admin.config.mbeans.PeerProviderMXBean
Sets the value of the metadata attribute of this PeerProvider to the specified value.

A C D F G H I L O P R S U

Oracle Fusion Middleware Configuration MBean Java API Reference for Oracle Identity Federation
11g Release 1 (11.1.1)

E14683-01


Copyright © 2009, Oracle. All rights reserved.