Defines methods used to get/set the configuration attributes that are required to support the credential cache.
| Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.management.security.credentials.CredentialCacheMBean
|
| Factory Methods | No factory methods. Instances of this MBean are created automatically. |
This section describes the following attributes:
Returns the maximum number of seconds a credential entry is valid in the LRU cache.
| Privileges | Read/Write |
| Type | int |
| Default Value | 600 |
Returns whether non-null credentials are cached by the credential mappers
| Privileges | Read/Write |
| Type | boolean |
Returns the maximum size of the LRU cache for holding credentials if caching is enabled.
| Privileges | Read/Write |
| Type | int |
| Default Value | 100 |
This section describes the following operations:
|
|
| Operation Name | "wls_getDisplayName" |
| Parameters | null |
| Signature | null |
| Returns | String
|