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, setLoggedOutIndicatorpublic Authentication(ClientApi api)
public ApiResponse getSupportedAuthenticationMethods() throws ClientApiException
ClientApiExceptionpublic ApiResponse getAuthenticationMethodConfigParams(java.lang.String authmethodname) throws ClientApiException
ClientApiExceptionpublic ApiResponse getAuthenticationMethod(java.lang.String contextid) throws ClientApiException
ClientApiExceptionpublic ApiResponse getLoggedInIndicator(java.lang.String contextid) throws ClientApiException
ClientApiExceptionpublic ApiResponse getLoggedOutIndicator(java.lang.String contextid) throws ClientApiException
ClientApiExceptionpublic ApiResponse setAuthenticationMethod(java.lang.String contextid, java.lang.String authmethodname, java.lang.String authmethodconfigparams) throws ClientApiException
ClientApiExceptionpublic ApiResponse setLoggedInIndicator(java.lang.String contextid, java.lang.String loggedinindicatorregex) throws ClientApiException
ClientApiExceptionpublic ApiResponse setLoggedOutIndicator(java.lang.String contextid, java.lang.String loggedoutindicatorregex) throws ClientApiException
ClientApiException