void |
DefaultApi.authnMethodsAssignPluginPost(String acr,
String plugin) |
Assigns the responsible plugin for a given authentication method (in terms of enrollment).
|
ApiResponse<Void> |
DefaultApi.authnMethodsAssignPluginPostWithHttpInfo(String acr,
String plugin) |
Assigns the responsible plugin for a given authentication method (in terms of enrollment).
|
List<String> |
DefaultApi.authnMethodsAvailableGet() |
Returns the authentication methods that can be used in Casa whether enabled or not.
|
ApiResponse<List<String>> |
DefaultApi.authnMethodsAvailableGetWithHttpInfo() |
Returns the authentication methods that can be used in Casa whether enabled or not.
|
void |
DefaultApi.authnMethodsDisablePost(String acr) |
Disables a specific authentication method
|
ApiResponse<Void> |
DefaultApi.authnMethodsDisablePostWithHttpInfo(String acr) |
Disables a specific authentication method
|
List<String> |
DefaultApi.authnMethodsEnabledGet() |
Returns the authentication methods currently enabled for Casa
|
ApiResponse<List<String>> |
DefaultApi.authnMethodsEnabledGetWithHttpInfo() |
Returns the authentication methods currently enabled for Casa
|
List<String> |
DefaultApi.corsGet() |
Returns the CORS domains registered (so Casa REST services can be consumed from the browser)
|
ApiResponse<List<String>> |
DefaultApi.corsGetWithHttpInfo() |
Returns the CORS domains registered (so Casa REST services can be consumed from the browser)
|
void |
DefaultApi.corsPut(List<String> cors) |
Replaces the current registered CORS domains with the list passed in the body of the request (as a JSON array of strings)
|
ApiResponse<Void> |
DefaultApi.corsPutWithHttpInfo(List<String> cors) |
Replaces the current registered CORS domains with the list passed in the body of the request (as a JSON array of strings)
|
String |
DefaultApi.logLevelGet() |
Returns the current logging level (Any of ERROR, WARN, INFO, DEBUG, or TRACE)
|
ApiResponse<String> |
DefaultApi.logLevelGetWithHttpInfo() |
Returns the current logging level (Any of ERROR, WARN, INFO, DEBUG, or TRACE)
|
void |
DefaultApi.logLevelPost(String level) |
Sets the logging level in use by the application
|
ApiResponse<Void> |
DefaultApi.logLevelPostWithHttpInfo(String level) |
Sets the logging level in use by the application
|
OxdConfiguration |
DefaultApi.oxdGet() |
Returns configuration details about the underlying OXD server and the registered OIDC client registered employed for authentication purposes
|
ApiResponse<OxdConfiguration> |
DefaultApi.oxdGetWithHttpInfo() |
Returns configuration details about the underlying OXD server and the registered OIDC client registered employed for authentication purposes
|
ClientSettings |
DefaultApi.oxdPut(OxdSettings settings) |
Replaces the current OXD configuration with the one passed in the payload.
|
ApiResponse<ClientSettings> |
DefaultApi.oxdPutWithHttpInfo(OxdSettings settings) |
Replaces the current OXD configuration with the one passed in the payload.
|
List<PluginDescriptor> |
DefaultApi.pluginsAuthnMethodImplAcrGet(String acr) |
Returns data about the currently deployed plugins that implement enrollment logic for a particular authentication method
|
ApiResponse<List<PluginDescriptor>> |
DefaultApi.pluginsAuthnMethodImplAcrGetWithHttpInfo(String acr) |
Returns data about the currently deployed plugins that implement enrollment logic for a particular authentication method
|
List<PluginDescriptor> |
DefaultApi.pluginsGet() |
Returns data about the currently deployed plugins
|
ApiResponse<List<PluginDescriptor>> |
DefaultApi.pluginsGetWithHttpInfo() |
Returns data about the currently deployed plugins
|
Integer |
DefaultApi.pluginsScheduleRemovalIdPost(String id) |
Provokes the internal plugin checker timer to remove this plugin upon its next run
|
ApiResponse<Integer> |
DefaultApi.pluginsScheduleRemovalIdPostWithHttpInfo(String id) |
Provokes the internal plugin checker timer to remove this plugin upon its next run
|
Boolean |
DefaultApi.pwdResetAvailableGet() |
Returns if password reset feature is available in this installation
|
ApiResponse<Boolean> |
DefaultApi.pwdResetAvailableGetWithHttpInfo() |
Returns if password reset feature is available in this installation
|
Boolean |
DefaultApi.pwdResetEnabledGet() |
Returns if password reset feature is enabled
|
ApiResponse<Boolean> |
DefaultApi.pwdResetEnabledGetWithHttpInfo() |
Returns if password reset feature is enabled
|
void |
DefaultApi.pwdResetTurnOffPost() |
Disables password reset
|
ApiResponse<Void> |
DefaultApi.pwdResetTurnOffPostWithHttpInfo() |
Disables password reset
|
void |
DefaultApi.pwdResetTurnOnPost() |
Enables password reset
|
ApiResponse<Void> |
DefaultApi.pwdResetTurnOnPostWithHttpInfo() |
Enables password reset
|