|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CredentialCacheMBean
Defines methods used to get/set the configuration attributes that are required to support the credential cache.
Method Summary | |
---|---|
int |
getCredentialCacheTTL()
Returns the maximum number of seconds a credential entry is valid in the LRU cache. |
int |
getCredentialsCacheSize()
Returns the maximum size of the LRU cache for holding credentials if caching is enabled. |
boolean |
isCredentialCachingEnabled()
Returns whether non-null credentials are cached by the credential mappers |
void |
setCredentialCacheTTL(int TTL)
Sets the maximum number of seconds a credential entry is valid in the LRU cache. |
void |
setCredentialCachingEnabled(boolean enabled)
Sets whether credentials, if found, should be cached by the mappers |
void |
setCredentialsCacheSize(int max)
Sets the maximum size of the LRU cache for holding credentails if caching is enabled. |
Methods inherited from interface weblogic.management.commo.StandardInterface |
---|
getName |
Methods inherited from interface weblogic.descriptor.DescriptorBean |
---|
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener |
Methods inherited from interface weblogic.descriptor.SettableBean |
---|
isSet, unSet |
Method Detail |
---|
boolean isCredentialCachingEnabled()
void setCredentialCachingEnabled(boolean enabled) throws InvalidAttributeValueException
enabled
- - enable or disable credential caching
InvalidAttributeValueException
CredentialCacheMBean.isCredentialCachingEnabled()
int getCredentialsCacheSize()
void setCredentialsCacheSize(int max) throws InvalidAttributeValueException
max
- - the new maximum number of credentials in the cache
InvalidAttributeValueException
CredentialCacheMBean.getCredentialsCacheSize()
int getCredentialCacheTTL()
void setCredentialCacheTTL(int TTL) throws InvalidAttributeValueException
TTL
- - sets the time (in seconds) for a credential entry to valid in the cache
InvalidAttributeValueException
CredentialCacheMBean.getCredentialCacheTTL()
|
Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |