Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


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 Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.