Skip navigation links

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

E14650-06


oracle.security.jps.config
Interface ServiceProviderDescriptor


public interface ServiceProviderDescriptor

This interface represents configuration information for a JPS service provider User: rkng Date: Nov 2, 2005 Time: 4:12:16 PM To change this template use File | Settings | File Templates.


Method Summary
 java.lang.String getAuditLevel()
          Returns the audit level of this provider instance.
 java.lang.String getDescription()
          Returns the description of this provider instance.
 ExtendedProperty getExtendedProperty()
           
 java.lang.String getLocation()
          Returns the value of the location attribute
 java.lang.String getLoggingLevel()
          Returns the logging level of this provider instance.
 java.util.Properties getProperties()
          Returns the (custom) properties associated with this provider
 java.lang.String getProperty(java.lang.String key)
          Returns the (custom) property value associated with the specified key
 java.lang.String getProviderClass()
          Returns the implementation class of this provider instance.
 java.lang.String getProviderName()
          Returns the name of this provider instance.
 java.lang.String getServiceType()
          Returns the service type of this provider

 

Method Detail

getProviderClass

java.lang.String getProviderClass()
Returns the implementation class of this provider instance.

getServiceType

java.lang.String getServiceType()
Returns the service type of this provider
Returns:
the service type of this provider

getProviderName

java.lang.String getProviderName()
Returns the name of this provider instance.

getDescription

java.lang.String getDescription()
Returns the description of this provider instance.

getLocation

java.lang.String getLocation()
Returns the value of the location attribute

getAuditLevel

java.lang.String getAuditLevel()
Returns the audit level of this provider instance.

getLoggingLevel

java.lang.String getLoggingLevel()
Returns the logging level of this provider instance.

getProperty

java.lang.String getProperty(java.lang.String key)
Returns the (custom) property value associated with the specified key

getProperties

java.util.Properties getProperties()
Returns the (custom) properties associated with this provider
Returns:
the (custom) properties associated with this provider

getExtendedProperty

ExtendedProperty getExtendedProperty()

Skip navigation links

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

E14650-06


Copyright © 2013 Oracle. All rights reserved.