public class Authentication extends AuthenticationDeprecated
Constructor and Description |
---|
Authentication(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
getAuthenticationMethod(java.lang.String contextid)
Gets the name of the authentication method for the context with the given ID.
|
ApiResponse |
getAuthenticationMethodConfigParams(java.lang.String authmethodname)
Gets the configuration parameters for the authentication method with the given name.
|
ApiResponse |
getLoggedInIndicator(java.lang.String contextid)
Gets the logged in indicator for the context with the given ID.
|
ApiResponse |
getLoggedOutIndicator(java.lang.String contextid)
Gets the logged out indicator for the context with the given ID.
|
ApiResponse |
getSupportedAuthenticationMethods()
Gets the name of the authentication methods.
|
ApiResponse |
setAuthenticationMethod(java.lang.String contextid,
java.lang.String authmethodname,
java.lang.String authmethodconfigparams)
Sets the authentication method for the context with the given ID.
|
ApiResponse |
setLoggedInIndicator(java.lang.String contextid,
java.lang.String loggedinindicatorregex)
Sets the logged in indicator for the context with the given ID.
|
ApiResponse |
setLoggedOutIndicator(java.lang.String contextid,
java.lang.String loggedoutindicatorregex)
Sets the logged out indicator for the context with the given ID.
|
setAuthenticationMethod, setLoggedInIndicator, setLoggedOutIndicator
public Authentication(ClientApi api)
public ApiResponse getSupportedAuthenticationMethods() throws ClientApiException
ClientApiException
public ApiResponse getAuthenticationMethodConfigParams(java.lang.String authmethodname) throws ClientApiException
ClientApiException
public ApiResponse getAuthenticationMethod(java.lang.String contextid) throws ClientApiException
ClientApiException
public ApiResponse getLoggedInIndicator(java.lang.String contextid) throws ClientApiException
ClientApiException
public ApiResponse getLoggedOutIndicator(java.lang.String contextid) throws ClientApiException
ClientApiException
public ApiResponse setAuthenticationMethod(java.lang.String contextid, java.lang.String authmethodname, java.lang.String authmethodconfigparams) throws ClientApiException
ClientApiException
public ApiResponse setLoggedInIndicator(java.lang.String contextid, java.lang.String loggedinindicatorregex) throws ClientApiException
ClientApiException
public ApiResponse setLoggedOutIndicator(java.lang.String contextid, java.lang.String loggedoutindicatorregex) throws ClientApiException
ClientApiException