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 JpsContextDescriptor


public interface JpsContextDescriptor

This interface represents a JPS context User: rkng Date: Nov 3, 2005 Time: 10:50:19 AM To change this template use File | Settings | File Templates.


Method Summary
 ServiceInstanceDescriptor getCredentialStoreDescriptor()
           
 ServiceInstanceDescriptor getIdentityStoreDescriptor()
           
 java.util.Map getJpsContextDescriptors()
          Returns the child JpsContextDescriptors associated with this binding
 java.util.Collection getLoginModuleDescriptors()
           
 java.lang.String getName()
          Returns name of this descriptor
 ServiceInstanceDescriptor getPolicyStoreDescriptor()
           
 java.util.Map getServiceInstanceDescriptors()
          Returns the ServiceInstanceDescriptorss associated with this binding.

 

Method Detail

getName

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

getLoginModuleDescriptors

java.util.Collection getLoginModuleDescriptors()

getCredentialStoreDescriptor

ServiceInstanceDescriptor getCredentialStoreDescriptor()

getPolicyStoreDescriptor

ServiceInstanceDescriptor getPolicyStoreDescriptor()

getIdentityStoreDescriptor

ServiceInstanceDescriptor getIdentityStoreDescriptor()

getServiceInstanceDescriptors

java.util.Map getServiceInstanceDescriptors()
Returns the ServiceInstanceDescriptorss associated with this binding.

getJpsContextDescriptors

java.util.Map getJpsContextDescriptors()
Returns the child JpsContextDescriptors associated with this binding
Returns:
the child JpsContextDescriptors associated with this binding

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.