Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.config
Interface JpsConfiguration

All Superinterfaces:
JpsPersistable

public interface JpsConfiguration
extends JpsPersistable

An interface that represents JPS configuration information User: rkng Date: Nov 2, 2005 Time: 3:45:03 PM To change this template use File | Settings | File Templates.


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.security.jps.service.JpsPersistable
JpsPersistable.Mode

 

Method Summary
 ExtendedProperty getExtendedProperties()
          Returns all extended properties configured.
 ExtendedPropertySet getExtendedPropertySet(java.lang.String name)
          Returns extended property set by name
 JpsContextDescriptor getJpsContextDescriptor()
          Returns the default JPS context.
 JpsContextDescriptor getJpsContextDescriptor(java.lang.String name)
          Returns the JPS context with the specified name
 java.util.Map<java.lang.String,JpsContextDescriptor> getJpsContextDescriptors()
           
 java.lang.String getName()
          Returns name of this configuration
 java.lang.String getProperty(java.lang.String name)
          Returns the property associated with the specified name.
 java.util.Map<java.lang.String,PropertySet> getPropertySet()
          Returns all declared property sets
 PropertySet getPropertySet(java.lang.String name)
          Returns the property set associated with the specified name
 ServiceInstanceDescriptor getServiceInstanceDescriptor(java.lang.String name)
          Returns the ServiceInstanceDescriptor with the specified name.
 java.util.Map<java.lang.String,ServiceInstanceDescriptor> getServiceInstanceDescriptors()
           
 ServiceProviderDescriptor getServiceProviderDescriptor(java.lang.String name)
          Returns the ServiceProviderDescriptor with the specified name.
 java.util.Map<java.lang.String,ServiceProviderDescriptor> getServiceProviderDescriptors()
           

 

Methods inherited from interface oracle.security.jps.service.JpsPersistable
persist, refresh

 

Method Detail

getName

java.lang.String getName()
Returns name of this configuration
Returns:
name of this configuration

getProperty

java.lang.String getProperty(java.lang.String name)
Returns the property associated with the specified name.
Parameters:
name - name of the property
Returns:
value associated with the specified name

getPropertySet

PropertySet getPropertySet(java.lang.String name)
Returns the property set associated with the specified name
Parameters:
name - name of the desired property set
Returns:
A PropertySet instance representing the set of properties associated with the specified name, or null if there exists no property sets with the given name.

getServiceProviderDescriptor

ServiceProviderDescriptor getServiceProviderDescriptor(java.lang.String name)
Returns the ServiceProviderDescriptor with the specified name.
Parameters:
name - name of the ServiceProviderDescriptor to be returned
Returns:
the ServiceProviderDescriptor with the specified name, or null if such a descriptor cannot be found.

getServiceInstanceDescriptor

ServiceInstanceDescriptor getServiceInstanceDescriptor(java.lang.String name)
Returns the ServiceInstanceDescriptor with the specified name.
Parameters:
name - name of the ServiceInstanceDescriptor to be returned
Returns:
the ServiceInstanceDescriptor with the specified name, or null if such a descriptor cannot be found.

getJpsContextDescriptor

JpsContextDescriptor getJpsContextDescriptor(java.lang.String name)
Returns the JPS context with the specified name
Parameters:
name - the name of the JPS context to be returned
Returns:
the JPS context with the specified name, or null if such a context is not found.

getServiceProviderDescriptors

java.util.Map<java.lang.String,ServiceProviderDescriptor> getServiceProviderDescriptors()

getServiceInstanceDescriptors

java.util.Map<java.lang.String,ServiceInstanceDescriptor> getServiceInstanceDescriptors()

getJpsContextDescriptors

java.util.Map<java.lang.String,JpsContextDescriptor> getJpsContextDescriptors()

getJpsContextDescriptor

JpsContextDescriptor getJpsContextDescriptor()
Returns the default JPS context.

If there is only 1 context defined, then the context is returned. If there are multiple contexts defined, then the context that bears the name "default" is returned; if such a context does not exist, null is returned.

Returns:
the default JPS context

getPropertySet

java.util.Map<java.lang.String,PropertySet> getPropertySet()
Returns all declared property sets
Returns:
a Map object containing all declared property sets

getExtendedProperties

ExtendedProperty getExtendedProperties()
Returns all extended properties configured. If none found returns null.
Returns:
ExtendedProperty object containing all declared extendd properties

getExtendedPropertySet

ExtendedPropertySet getExtendedPropertySet(java.lang.String name)
Returns extended property set by name
Parameters:
name - Name of the extended property
Returns:
Extended property with that particular name. If none found, returns null.

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.