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 ServiceInstanceDescriptor

All Known Subinterfaces:
LoginModuleDescriptor

public interface ServiceInstanceDescriptor

This interface represents configuration information for a JPS service instance. User: rkng Date: Nov 3, 2005 Time: 10:49:17 AM To change this template use File | Settings | File Templates.


Method Summary
 ExtendedProperty getExtendedProperty()
           
 java.lang.String getLocation()
          Returns the location attribute of this service instance.
 java.lang.String getName()
          Returns the name attribute of this service instance.
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Returns the normalized properties associated with this service instance.
 ServiceProviderDescriptor getProviderDescriptor()
          Returns the ServiceProviderDescriptor associated with this service instance
 java.lang.String getProviderName()
          Returns the name of the ServiceProvider associated with this service instance.
 java.util.Map<java.lang.String,ServiceInstanceDescriptor> getServiceInstanceDescriptors()
          Returns the ServiceInstanceDescriptorss associated with this instance.

 

Method Detail

getName

java.lang.String getName()
Returns the name attribute of this service instance.

getProviderName

java.lang.String getProviderName()
Returns the name of the ServiceProvider associated with this service instance.

getLocation

java.lang.String getLocation()
Returns the location attribute of this service instance.

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()
Returns the normalized properties associated with this service instance.
Returns:
the normalized properties associated with this service instance.

getServiceInstanceDescriptors

java.util.Map<java.lang.String,ServiceInstanceDescriptor> getServiceInstanceDescriptors()
Returns the ServiceInstanceDescriptorss associated with this instance.

getProviderDescriptor

ServiceProviderDescriptor getProviderDescriptor()
Returns the ServiceProviderDescriptor associated with this service instance

getExtendedProperty

ExtendedProperty getExtendedProperty()

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.