| Package | Description |
|---|---|
| weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
| Modifier and Type | Method | Description |
|---|---|---|
EncryptedPropertyMBean |
CredentialSetMBean.createEncryptedProperty(java.lang.String name) |
Creates an encrypted property with the given name.
|
EncryptedPropertyMBean[] |
CredentialSetMBean.getEncryptedProperties() |
Returns an array of encrypted properties.
|
EncryptedPropertyMBean |
CredentialSetMBean.lookupEncryptedProperty(java.lang.String name) |
Returns the encrypted property given the name.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CredentialSetMBean.destroyEncryptedProperty(EncryptedPropertyMBean encryptedProperty) |
Destroys the given encrypted property.
|