Skip navigation links

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

E54416-01


oracle.security.opss.config
Interface ContextConfiguration


public interface ContextConfiguration

Method Summary
 java.lang.String getBootstrapContextId()
          Returns the bootstrap context for this context.
 java.lang.String getContextId()
          gets tenant ID.
 java.lang.String getDisplayName()
          Gets context description
 java.lang.String getName()
          Gets context name
 java.util.List<ServiceInstanceDescriptor> getServiceDescriptors()
          gets a list of service descriptors which are included in a tenant service context configuration.

 

Method Detail

getContextId

java.lang.String getContextId()
gets tenant ID.
Returns:
the tenant ID

getName

java.lang.String getName()
Gets context name
Returns:
name

getDisplayName

java.lang.String getDisplayName()
Gets context description
Returns:
description

getServiceDescriptors

java.util.List<ServiceInstanceDescriptor> getServiceDescriptors()
gets a list of service descriptors which are included in a tenant service context configuration.
Returns:
a list of service descriptors

getBootstrapContextId

java.lang.String getBootstrapContextId()
Returns the bootstrap context for this context.
Returns:
bootstrap context ID

Skip navigation links

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

E54416-01


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