|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E54416-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagementConfiguration
The methods createMgmtConfigBean and deleteMgmtConfigBean can be used for offline mode definition of a Persistent Configuration and reassociation/migration etc. They can also be used in Online mode as well and Notifications will be sent out to Listeners (ConfigContextChangeListener) registered with the Context
| Method Summary | ||
|---|---|---|
|
createMgmtConfigBean(java.lang.String serviceProviderDescName, java.lang.String configBeanName)Method to create a new ServiceInstanceDescriptor for a given ServiceProvider. |
|
void |
deleteMgmtConfigBean(java.lang.String configBeanName) |
|
|
getMgmtConfigBean(java.lang.String configBeanName)Management Config Beans are only supported for ServiceInstanceDescriptors. |
|
java.util.List<java.lang.String> |
getMgmtConfigBeanNames() |
|
java.lang.String |
getTenantId() |
|
| Method Detail |
|---|
java.lang.String getTenantId()
<T extends ConfigBean> T getMgmtConfigBean(java.lang.String configBeanName)
throws TenantRegistrationException
T - the classname of the instanceConfigBeanClass attribute of a (SPD) ServiceProviderDescriptor. When this classname is not present in the SPD (legacy jps-config.xml) then it is assumed to be the default classname that would be defined for every SPD as part of this project.configBeanName - it is also the name of the persistence (DAO) layer Service Instance Descriptor.TenantRegistrationException - if there is no registered ServiceInstance Descriptor with the supplied configBeanName
<T extends ConfigBean> T createMgmtConfigBean(java.lang.String serviceProviderDescName,
java.lang.String configBeanName)
T - the classname of the instanceConfigBeanClass attribute of a (SPD) ServiceProviderDescriptor. When this classname is not present in the SPD (legacy jps-config.xml) then it is assumed to be the default classname that would be defined for every SPD as part of this project.serviceProviderDescName - the name of an existing ServiceProvider Descriptor for which an Instance Descriptor needs to be definedconfigBeanName - the name of the Config Bean and inturn the ServiceInstanceDescriptor to be created new.
void deleteMgmtConfigBean(java.lang.String configBeanName)
throws TenantRegistrationException
configBeanName - delete the named config bean. This would also cause deletion of the corresponding ServiceInstanceDescriptor from the Persistence Layer.TenantRegistrationException - if there is no registered ServiceInstance Descriptor with the supplied configBeanNamejava.util.List<java.lang.String> getMgmtConfigBeanNames()
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E54416-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||