public class IdentityApi extends Object
Constructor and Description |
---|
IdentityApi() |
IdentityApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
CheckPasswordPolicyResultDto |
checkPassword(PasswordPolicyRequestDto passwordPolicyRequestDto)
Validate Password
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
okhttp3.Call |
checkPasswordAsync(PasswordPolicyRequestDto passwordPolicyRequestDto,
ApiCallback<CheckPasswordPolicyResultDto> _callback)
Validate Password (asynchronously)
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
okhttp3.Call |
checkPasswordCall(PasswordPolicyRequestDto passwordPolicyRequestDto,
ApiCallback _callback)
Build call for checkPassword
|
ApiResponse<CheckPasswordPolicyResultDto> |
checkPasswordWithHttpInfo(PasswordPolicyRequestDto passwordPolicyRequestDto)
Validate Password
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
ApiClient |
getApiClient() |
IdentityServiceGroupInfoDto |
getGroupInfo(String userId)
Get a User's Groups
Gets the groups of a user by id and includes all users that share a group with the given user.
|
okhttp3.Call |
getGroupInfoAsync(String userId,
ApiCallback<IdentityServiceGroupInfoDto> _callback)
Get a User's Groups (asynchronously)
Gets the groups of a user by id and includes all users that share a group with the given user.
|
okhttp3.Call |
getGroupInfoCall(String userId,
ApiCallback _callback)
Build call for getGroupInfo
|
ApiResponse<IdentityServiceGroupInfoDto> |
getGroupInfoWithHttpInfo(String userId)
Get a User's Groups
Gets the groups of a user by id and includes all users that share a group with the given user.
|
PasswordPolicyDto |
getPasswordPolicy()
Get Password Policy
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
okhttp3.Call |
getPasswordPolicyAsync(ApiCallback<PasswordPolicyDto> _callback)
Get Password Policy (asynchronously)
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
okhttp3.Call |
getPasswordPolicyCall(ApiCallback _callback)
Build call for getPasswordPolicy
|
ApiResponse<PasswordPolicyDto> |
getPasswordPolicyWithHttpInfo()
Get Password Policy
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
void |
setApiClient(ApiClient apiClient) |
AuthenticationResult |
verifyUser(BasicUserCredentialsDto basicUserCredentialsDto)
Verify User
Verifies that user credentials are valid.
|
okhttp3.Call |
verifyUserAsync(BasicUserCredentialsDto basicUserCredentialsDto,
ApiCallback<AuthenticationResult> _callback)
Verify User (asynchronously)
Verifies that user credentials are valid.
|
okhttp3.Call |
verifyUserCall(BasicUserCredentialsDto basicUserCredentialsDto,
ApiCallback _callback)
Build call for verifyUser
|
ApiResponse<AuthenticationResult> |
verifyUserWithHttpInfo(BasicUserCredentialsDto basicUserCredentialsDto)
Verify User
Verifies that user credentials are valid.
|
public IdentityApi()
public IdentityApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call checkPasswordCall(PasswordPolicyRequestDto passwordPolicyRequestDto, ApiCallback _callback) throws ApiException
passwordPolicyRequestDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic CheckPasswordPolicyResultDto checkPassword(PasswordPolicyRequestDto passwordPolicyRequestDto) throws ApiException
passwordPolicyRequestDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CheckPasswordPolicyResultDto> checkPasswordWithHttpInfo(PasswordPolicyRequestDto passwordPolicyRequestDto) throws ApiException
passwordPolicyRequestDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call checkPasswordAsync(PasswordPolicyRequestDto passwordPolicyRequestDto, ApiCallback<CheckPasswordPolicyResultDto> _callback) throws ApiException
passwordPolicyRequestDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getGroupInfoCall(String userId, ApiCallback _callback) throws ApiException
userId
- The id of the user to get the groups for. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic IdentityServiceGroupInfoDto getGroupInfo(String userId) throws ApiException
userId
- The id of the user to get the groups for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<IdentityServiceGroupInfoDto> getGroupInfoWithHttpInfo(String userId) throws ApiException
userId
- The id of the user to get the groups for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getGroupInfoAsync(String userId, ApiCallback<IdentityServiceGroupInfoDto> _callback) throws ApiException
userId
- The id of the user to get the groups for. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getPasswordPolicyCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic PasswordPolicyDto getPasswordPolicy() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PasswordPolicyDto> getPasswordPolicyWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getPasswordPolicyAsync(ApiCallback<PasswordPolicyDto> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call verifyUserCall(BasicUserCredentialsDto basicUserCredentialsDto, ApiCallback _callback) throws ApiException
basicUserCredentialsDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic AuthenticationResult verifyUser(BasicUserCredentialsDto basicUserCredentialsDto) throws ApiException
basicUserCredentialsDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AuthenticationResult> verifyUserWithHttpInfo(BasicUserCredentialsDto basicUserCredentialsDto) throws ApiException
basicUserCredentialsDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call verifyUserAsync(BasicUserCredentialsDto basicUserCredentialsDto, ApiCallback<AuthenticationResult> _callback) throws ApiException
basicUserCredentialsDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.