|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface provides methods that allow you to manage the cache expiry time for a given server with respect to single sign-on (SSO) authentication.
| Method Summary | |
void |
commit()
Commits the updates that have been made to the server’s cache expiry time. |
int |
getProviderContextCacheExpiry()
Returns the cache expiry time for a given server. |
void |
setProviderContextCacheExpiry(int seconds)
Sets the cache expiry time for a given server. |
| Method Detail |
public int getProviderContextCacheExpiry()
throws SDKException
Returns the cache expiry time for a given server.
This functionality applies to the following four servers that can implement SSO and kerberos authentication:
int that indicates the cache expiry time.
SDKException - This is thrown if the process is unsuccessful.
public void setProviderContextCacheExpiry(int seconds)
throws SDKException
Sets the cache expiry time for a given server.
This functionality applies to the following four servers that can implement SSO and kerberos authentication:
seconds - An int that indicates the cache expiry time.
SDKException - This is thrown if the process is unsuccessful.
public void commit()
throws SDKException
Commits the updates that have been made to the server’s cache expiry time.
SDKException - This is thrown if the process is unsuccessful.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||