|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISingleSignOnAdmin
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()
Deprecated. As of version 12.0. Commit the Job Server InfoObject to save any changes. |
int |
getProviderContextCacheExpiry()
Deprecated. As of version 12.0. |
void |
setProviderContextCacheExpiry(int seconds)
Deprecated. As of version 12.0. |
| Method Detail |
|---|
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.
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.
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 | ||||||||