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 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<java.lang.String,JpsContextDescriptor> getJpsContextDescriptors()
          Returns the child JpsContextDescriptors associated with this binding
 java.util.Collection<LoginModuleDescriptor> getLoginModuleDescriptors()
           
 java.lang.String getName()
          Returns name of this descriptor
 ServiceInstanceDescriptor getPolicyStoreDescriptor()
           
 java.util.Map<java.lang.String,ServiceInstanceDescriptor> 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<LoginModuleDescriptor> getLoginModuleDescriptors()

getCredentialStoreDescriptor

ServiceInstanceDescriptor getCredentialStoreDescriptor()

getPolicyStoreDescriptor

ServiceInstanceDescriptor getPolicyStoreDescriptor()

getIdentityStoreDescriptor

ServiceInstanceDescriptor getIdentityStoreDescriptor()

getServiceInstanceDescriptors

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

getJpsContextDescriptors

java.util.Map<java.lang.String,JpsContextDescriptor> 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-06


Copyright © 2013 Oracle. All rights reserved.