|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationManager
Configuration Manager interface is used to manage OES configuration such as OES Security Modules, OES Custom PIP.
| Method Summary | |
|---|---|
SMEntry |
createSecurityModule(java.lang.String smName, java.lang.String displayName, java.lang.String description)Create an OES SM Configuration. |
void |
deleteSecurityModule(java.lang.String smName)Delete configuration for a given SM. |
SMEntry |
getSecurityModule(java.lang.String smName)Get Instance of SM Configuration, by SM Name. |
java.util.List<SMEntry> |
getSecurityModules(SecurityModuleSearchQuery query)Get a set of SM entries base on search pattern |
void |
modifySecurityModule(SMEntry config)Update a SM. |
| Methods inherited from interface oracle.security.jps.service.policystore.entitymanager.EntityManager |
|---|
resolveReference |
| Method Detail |
|---|
SMEntry createSecurityModule(java.lang.String smName,
java.lang.String displayName,
java.lang.String description)
throws ConfigurationAlreadyExistsException,
InvalidArgumentException,
PolicyStoreException
smName - - Name of a Security module configurationdisplayName - - display name to be used for SM, null to use same as smNamedescription - - Description as required, null if noneConfigurationAlreadyExistsException - - if Security module with the name already existsInvalidArgumentException - - on invalid parameterPolicyStoreException - - check message for specific policy store issue
void deleteSecurityModule(java.lang.String smName)
throws ConfigurationNotFoundException,
InvalidArgumentException,
PolicyStoreException
smName - - the SM Name to be deletedConfigurationNotFoundException - ??? if Configuration does not existInvalidArgumentException - - if invalid parameterPolicyStoreException - - check message for specific policy store issue
SMEntry getSecurityModule(java.lang.String smName)
throws InvalidArgumentException,
ConfigurationNotFoundException,
PolicyStoreException
smConfigurationId - - contains the unique IDInvalidArgumentException - - if invalid parameterConfigurationNotFoundException - - if the specified security module does not existPolicyStoreException - - check message for specific policy store issue
java.util.List<SMEntry> getSecurityModules(SecurityModuleSearchQuery query)
throws PolicyStoreException,
InvalidArgumentException
query - - instance of configuration search query patternInvalidArgumentException - - on invalid parameter.PolicyStoreException - - check message for specific policy store issue
void modifySecurityModule(SMEntry config)
throws ConfigurationNotFoundException,
PolicyStoreException,
InvalidArgumentException
config - - SM Configuration to be updatedConfigurationNotFoundException - ??? if Configuration does not existInvalidArgumentException - - on invalid parameter.PolicyStoreException - - check message for specific policy store issue
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||