Skip navigation links

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

E14650-03


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 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 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 getProperties()
Returns the normalized properties associated with this service instance.
Returns:
the normalized properties associated with this service instance.

getServiceInstanceDescriptors

java.util.Map 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 Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.