com.crystaldecisions.sdk.plugin.admin.ssoadmin
Interface ISingleSignOnAdmin


Deprecated. As of version 12.0.

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

getProviderContextCacheExpiry

int getProviderContextCacheExpiry()
                                  throws SDKException
Deprecated. As of version 12.0.

Returns the cache expiry time for a given server.

This functionality applies to the following four servers that can implement SSO and kerberos authentication:

Returns:
An int that indicates the cache expiry time.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setProviderContextCacheExpiry

void setProviderContextCacheExpiry(int seconds)
                                   throws SDKException
Deprecated. As of version 12.0.

Sets the cache expiry time for a given server.

This functionality applies to the following four servers that can implement SSO and kerberos authentication:

Parameters:
seconds - An int that indicates the cache expiry time.
Throws:
SDKException - This is thrown if the process is unsuccessful.

commit

void commit()
            throws SDKException
Deprecated. As of version 12.0. Commit the Job Server InfoObject to save any changes.

Commits the updates that have been made to the server's cache expiry time.

Throws:
SDKException - This is thrown if the process is unsuccessful.