Package io.lakefs.clients.api
Class AuthApi
- java.lang.Object
-
- io.lakefs.clients.api.AuthApi
-
public class AuthApi extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddGroupMembership(String groupId, String userId)add group membershipokhttp3.CalladdGroupMembershipAsync(String groupId, String userId, ApiCallback<Void> _callback)add group membership (asynchronously)okhttp3.CalladdGroupMembershipCall(String groupId, String userId, ApiCallback _callback)Build call for addGroupMembershipApiResponse<Void>addGroupMembershipWithHttpInfo(String groupId, String userId)add group membershipvoidattachPolicyToGroup(String groupId, String policyId)attach policy to groupokhttp3.CallattachPolicyToGroupAsync(String groupId, String policyId, ApiCallback<Void> _callback)attach policy to group (asynchronously)okhttp3.CallattachPolicyToGroupCall(String groupId, String policyId, ApiCallback _callback)Build call for attachPolicyToGroupApiResponse<Void>attachPolicyToGroupWithHttpInfo(String groupId, String policyId)attach policy to groupvoidattachPolicyToUser(String userId, String policyId)attach policy to userokhttp3.CallattachPolicyToUserAsync(String userId, String policyId, ApiCallback<Void> _callback)attach policy to user (asynchronously)okhttp3.CallattachPolicyToUserCall(String userId, String policyId, ApiCallback _callback)Build call for attachPolicyToUserApiResponse<Void>attachPolicyToUserWithHttpInfo(String userId, String policyId)attach policy to userCredentialsWithSecretcreateCredentials(String userId)create credentialsokhttp3.CallcreateCredentialsAsync(String userId, ApiCallback<CredentialsWithSecret> _callback)create credentials (asynchronously)okhttp3.CallcreateCredentialsCall(String userId, ApiCallback _callback)Build call for createCredentialsApiResponse<CredentialsWithSecret>createCredentialsWithHttpInfo(String userId)create credentialsGroupcreateGroup(GroupCreation groupCreation)create groupokhttp3.CallcreateGroupAsync(GroupCreation groupCreation, ApiCallback<Group> _callback)create group (asynchronously)okhttp3.CallcreateGroupCall(GroupCreation groupCreation, ApiCallback _callback)Build call for createGroupApiResponse<Group>createGroupWithHttpInfo(GroupCreation groupCreation)create groupPolicycreatePolicy(Policy policy)create policyokhttp3.CallcreatePolicyAsync(Policy policy, ApiCallback<Policy> _callback)create policy (asynchronously)okhttp3.CallcreatePolicyCall(Policy policy, ApiCallback _callback)Build call for createPolicyApiResponse<Policy>createPolicyWithHttpInfo(Policy policy)create policyUsercreateUser(UserCreation userCreation)create userokhttp3.CallcreateUserAsync(UserCreation userCreation, ApiCallback<User> _callback)create user (asynchronously)okhttp3.CallcreateUserCall(UserCreation userCreation, ApiCallback _callback)Build call for createUserApiResponse<User>createUserWithHttpInfo(UserCreation userCreation)create uservoiddeleteCredentials(String userId, String accessKeyId)delete credentialsokhttp3.CalldeleteCredentialsAsync(String userId, String accessKeyId, ApiCallback<Void> _callback)delete credentials (asynchronously)okhttp3.CalldeleteCredentialsCall(String userId, String accessKeyId, ApiCallback _callback)Build call for deleteCredentialsApiResponse<Void>deleteCredentialsWithHttpInfo(String userId, String accessKeyId)delete credentialsvoiddeleteGroup(String groupId)delete groupokhttp3.CalldeleteGroupAsync(String groupId, ApiCallback<Void> _callback)delete group (asynchronously)okhttp3.CalldeleteGroupCall(String groupId, ApiCallback _callback)Build call for deleteGroupvoiddeleteGroupMembership(String groupId, String userId)delete group membershipokhttp3.CalldeleteGroupMembershipAsync(String groupId, String userId, ApiCallback<Void> _callback)delete group membership (asynchronously)okhttp3.CalldeleteGroupMembershipCall(String groupId, String userId, ApiCallback _callback)Build call for deleteGroupMembershipApiResponse<Void>deleteGroupMembershipWithHttpInfo(String groupId, String userId)delete group membershipApiResponse<Void>deleteGroupWithHttpInfo(String groupId)delete groupvoiddeletePolicy(String policyId)delete policyokhttp3.CalldeletePolicyAsync(String policyId, ApiCallback<Void> _callback)delete policy (asynchronously)okhttp3.CalldeletePolicyCall(String policyId, ApiCallback _callback)Build call for deletePolicyApiResponse<Void>deletePolicyWithHttpInfo(String policyId)delete policyvoiddeleteUser(String userId)delete userokhttp3.CalldeleteUserAsync(String userId, ApiCallback<Void> _callback)delete user (asynchronously)okhttp3.CalldeleteUserCall(String userId, ApiCallback _callback)Build call for deleteUserApiResponse<Void>deleteUserWithHttpInfo(String userId)delete uservoiddetachPolicyFromGroup(String groupId, String policyId)detach policy from groupokhttp3.CalldetachPolicyFromGroupAsync(String groupId, String policyId, ApiCallback<Void> _callback)detach policy from group (asynchronously)okhttp3.CalldetachPolicyFromGroupCall(String groupId, String policyId, ApiCallback _callback)Build call for detachPolicyFromGroupApiResponse<Void>detachPolicyFromGroupWithHttpInfo(String groupId, String policyId)detach policy from groupvoiddetachPolicyFromUser(String userId, String policyId)detach policy from userokhttp3.CalldetachPolicyFromUserAsync(String userId, String policyId, ApiCallback<Void> _callback)detach policy from user (asynchronously)okhttp3.CalldetachPolicyFromUserCall(String userId, String policyId, ApiCallback _callback)Build call for detachPolicyFromUserApiResponse<Void>detachPolicyFromUserWithHttpInfo(String userId, String policyId)detach policy from uservoidforgotPassword(ForgotPasswordRequest forgotPasswordRequest)forgot password request initiates the password reset processokhttp3.CallforgotPasswordAsync(ForgotPasswordRequest forgotPasswordRequest, ApiCallback<Void> _callback)forgot password request initiates the password reset process (asynchronously)okhttp3.CallforgotPasswordCall(ForgotPasswordRequest forgotPasswordRequest, ApiCallback _callback)Build call for forgotPasswordApiResponse<Void>forgotPasswordWithHttpInfo(ForgotPasswordRequest forgotPasswordRequest)forgot password request initiates the password reset processApiClientgetApiClient()AuthCapabilitiesgetAuthCapabilities()list authentication capabilities supportedokhttp3.CallgetAuthCapabilitiesAsync(ApiCallback<AuthCapabilities> _callback)list authentication capabilities supported (asynchronously)okhttp3.CallgetAuthCapabilitiesCall(ApiCallback _callback)Build call for getAuthCapabilitiesApiResponse<AuthCapabilities>getAuthCapabilitiesWithHttpInfo()list authentication capabilities supportedCredentialsgetCredentials(String userId, String accessKeyId)get credentialsokhttp3.CallgetCredentialsAsync(String userId, String accessKeyId, ApiCallback<Credentials> _callback)get credentials (asynchronously)okhttp3.CallgetCredentialsCall(String userId, String accessKeyId, ApiCallback _callback)Build call for getCredentialsApiResponse<Credentials>getCredentialsWithHttpInfo(String userId, String accessKeyId)get credentialsCurrentUsergetCurrentUser()get current userokhttp3.CallgetCurrentUserAsync(ApiCallback<CurrentUser> _callback)get current user (asynchronously)okhttp3.CallgetCurrentUserCall(ApiCallback _callback)Build call for getCurrentUserApiResponse<CurrentUser>getCurrentUserWithHttpInfo()get current userGroupgetGroup(String groupId)get groupokhttp3.CallgetGroupAsync(String groupId, ApiCallback<Group> _callback)get group (asynchronously)okhttp3.CallgetGroupCall(String groupId, ApiCallback _callback)Build call for getGroupApiResponse<Group>getGroupWithHttpInfo(String groupId)get groupPolicygetPolicy(String policyId)get policyokhttp3.CallgetPolicyAsync(String policyId, ApiCallback<Policy> _callback)get policy (asynchronously)okhttp3.CallgetPolicyCall(String policyId, ApiCallback _callback)Build call for getPolicyApiResponse<Policy>getPolicyWithHttpInfo(String policyId)get policyUsergetUser(String userId)get userokhttp3.CallgetUserAsync(String userId, ApiCallback<User> _callback)get user (asynchronously)okhttp3.CallgetUserCall(String userId, ApiCallback _callback)Build call for getUserApiResponse<User>getUserWithHttpInfo(String userId)get userUserListlistGroupMembers(String groupId, String prefix, String after, Integer amount)list group membersokhttp3.CalllistGroupMembersAsync(String groupId, String prefix, String after, Integer amount, ApiCallback<UserList> _callback)list group members (asynchronously)okhttp3.CalllistGroupMembersCall(String groupId, String prefix, String after, Integer amount, ApiCallback _callback)Build call for listGroupMembersApiResponse<UserList>listGroupMembersWithHttpInfo(String groupId, String prefix, String after, Integer amount)list group membersPolicyListlistGroupPolicies(String groupId, String prefix, String after, Integer amount)list group policiesokhttp3.CalllistGroupPoliciesAsync(String groupId, String prefix, String after, Integer amount, ApiCallback<PolicyList> _callback)list group policies (asynchronously)okhttp3.CalllistGroupPoliciesCall(String groupId, String prefix, String after, Integer amount, ApiCallback _callback)Build call for listGroupPoliciesApiResponse<PolicyList>listGroupPoliciesWithHttpInfo(String groupId, String prefix, String after, Integer amount)list group policiesGroupListlistGroups(String prefix, String after, Integer amount)list groupsokhttp3.CalllistGroupsAsync(String prefix, String after, Integer amount, ApiCallback<GroupList> _callback)list groups (asynchronously)okhttp3.CalllistGroupsCall(String prefix, String after, Integer amount, ApiCallback _callback)Build call for listGroupsApiResponse<GroupList>listGroupsWithHttpInfo(String prefix, String after, Integer amount)list groupsPolicyListlistPolicies(String prefix, String after, Integer amount)list policiesokhttp3.CalllistPoliciesAsync(String prefix, String after, Integer amount, ApiCallback<PolicyList> _callback)list policies (asynchronously)okhttp3.CalllistPoliciesCall(String prefix, String after, Integer amount, ApiCallback _callback)Build call for listPoliciesApiResponse<PolicyList>listPoliciesWithHttpInfo(String prefix, String after, Integer amount)list policiesCredentialsListlistUserCredentials(String userId, String prefix, String after, Integer amount)list user credentialsokhttp3.CalllistUserCredentialsAsync(String userId, String prefix, String after, Integer amount, ApiCallback<CredentialsList> _callback)list user credentials (asynchronously)okhttp3.CalllistUserCredentialsCall(String userId, String prefix, String after, Integer amount, ApiCallback _callback)Build call for listUserCredentialsApiResponse<CredentialsList>listUserCredentialsWithHttpInfo(String userId, String prefix, String after, Integer amount)list user credentialsGroupListlistUserGroups(String userId, String prefix, String after, Integer amount)list user groupsokhttp3.CalllistUserGroupsAsync(String userId, String prefix, String after, Integer amount, ApiCallback<GroupList> _callback)list user groups (asynchronously)okhttp3.CalllistUserGroupsCall(String userId, String prefix, String after, Integer amount, ApiCallback _callback)Build call for listUserGroupsApiResponse<GroupList>listUserGroupsWithHttpInfo(String userId, String prefix, String after, Integer amount)list user groupsPolicyListlistUserPolicies(String userId, String prefix, String after, Integer amount, Boolean effective)list user policiesokhttp3.CalllistUserPoliciesAsync(String userId, String prefix, String after, Integer amount, Boolean effective, ApiCallback<PolicyList> _callback)list user policies (asynchronously)okhttp3.CalllistUserPoliciesCall(String userId, String prefix, String after, Integer amount, Boolean effective, ApiCallback _callback)Build call for listUserPoliciesApiResponse<PolicyList>listUserPoliciesWithHttpInfo(String userId, String prefix, String after, Integer amount, Boolean effective)list user policiesUserListlistUsers(String prefix, String after, Integer amount)list usersokhttp3.CalllistUsersAsync(String prefix, String after, Integer amount, ApiCallback<UserList> _callback)list users (asynchronously)okhttp3.CalllistUsersCall(String prefix, String after, Integer amount, ApiCallback _callback)Build call for listUsersApiResponse<UserList>listUsersWithHttpInfo(String prefix, String after, Integer amount)list usersAuthenticationTokenlogin(LoginInformation loginInformation)perform a loginokhttp3.CallloginAsync(LoginInformation loginInformation, ApiCallback<AuthenticationToken> _callback)perform a login (asynchronously)okhttp3.CallloginCall(LoginInformation loginInformation, ApiCallback _callback)Build call for loginApiResponse<AuthenticationToken>loginWithHttpInfo(LoginInformation loginInformation)perform a loginErroroauthCallback()Deprecated.okhttp3.CalloauthCallbackAsync(ApiCallback<Error> _callback)Deprecated.okhttp3.CalloauthCallbackCall(ApiCallback _callback)Deprecated.ApiResponse<Error>oauthCallbackWithHttpInfo()Deprecated.voidsetApiClient(ApiClient apiClient)voidupdatePassword(UpdatePasswordByToken updatePasswordByToken)Update user password by reset_password tokenokhttp3.CallupdatePasswordAsync(UpdatePasswordByToken updatePasswordByToken, ApiCallback<Void> _callback)Update user password by reset_password token (asynchronously)okhttp3.CallupdatePasswordCall(UpdatePasswordByToken updatePasswordByToken, ApiCallback _callback)Build call for updatePasswordApiResponse<Void>updatePasswordWithHttpInfo(UpdatePasswordByToken updatePasswordByToken)Update user password by reset_password tokenPolicyupdatePolicy(String policyId, Policy policy)update policyokhttp3.CallupdatePolicyAsync(String policyId, Policy policy, ApiCallback<Policy> _callback)update policy (asynchronously)okhttp3.CallupdatePolicyCall(String policyId, Policy policy, ApiCallback _callback)Build call for updatePolicyApiResponse<Policy>updatePolicyWithHttpInfo(String policyId, Policy policy)update policy
-
-
-
Constructor Detail
-
AuthApi
public AuthApi()
-
AuthApi
public AuthApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
addGroupMembershipCall
public okhttp3.Call addGroupMembershipCall(String groupId, String userId, ApiCallback _callback) throws ApiException
Build call for addGroupMembership- Parameters:
groupId- (required)userId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 membership added successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
addGroupMembership
public void addGroupMembership(String groupId, String userId) throws ApiException
add group membership- Parameters:
groupId- (required)userId- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 membership added successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
addGroupMembershipWithHttpInfo
public ApiResponse<Void> addGroupMembershipWithHttpInfo(String groupId, String userId) throws ApiException
add group membership- Parameters:
groupId- (required)userId- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 membership added successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
addGroupMembershipAsync
public okhttp3.Call addGroupMembershipAsync(String groupId, String userId, ApiCallback<Void> _callback) throws ApiException
add group membership (asynchronously)- Parameters:
groupId- (required)userId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 membership added successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
attachPolicyToGroupCall
public okhttp3.Call attachPolicyToGroupCall(String groupId, String policyId, ApiCallback _callback) throws ApiException
Build call for attachPolicyToGroup- Parameters:
groupId- (required)policyId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 policy attached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
attachPolicyToGroup
public void attachPolicyToGroup(String groupId, String policyId) throws ApiException
attach policy to group- Parameters:
groupId- (required)policyId- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 policy attached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
attachPolicyToGroupWithHttpInfo
public ApiResponse<Void> attachPolicyToGroupWithHttpInfo(String groupId, String policyId) throws ApiException
attach policy to group- Parameters:
groupId- (required)policyId- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 policy attached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
attachPolicyToGroupAsync
public okhttp3.Call attachPolicyToGroupAsync(String groupId, String policyId, ApiCallback<Void> _callback) throws ApiException
attach policy to group (asynchronously)- Parameters:
groupId- (required)policyId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 policy attached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
attachPolicyToUserCall
public okhttp3.Call attachPolicyToUserCall(String userId, String policyId, ApiCallback _callback) throws ApiException
Build call for attachPolicyToUser- Parameters:
userId- (required)policyId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 policy attached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
attachPolicyToUser
public void attachPolicyToUser(String userId, String policyId) throws ApiException
attach policy to user- Parameters:
userId- (required)policyId- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 policy attached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
attachPolicyToUserWithHttpInfo
public ApiResponse<Void> attachPolicyToUserWithHttpInfo(String userId, String policyId) throws ApiException
attach policy to user- Parameters:
userId- (required)policyId- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 policy attached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
attachPolicyToUserAsync
public okhttp3.Call attachPolicyToUserAsync(String userId, String policyId, ApiCallback<Void> _callback) throws ApiException
attach policy to user (asynchronously)- Parameters:
userId- (required)policyId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 policy attached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
createCredentialsCall
public okhttp3.Call createCredentialsCall(String userId, ApiCallback _callback) throws ApiException
Build call for createCredentials- Parameters:
userId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 credentials - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
createCredentials
public CredentialsWithSecret createCredentials(String userId) throws ApiException
create credentials- Parameters:
userId- (required)- Returns:
- CredentialsWithSecret
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 credentials - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
createCredentialsWithHttpInfo
public ApiResponse<CredentialsWithSecret> createCredentialsWithHttpInfo(String userId) throws ApiException
create credentials- Parameters:
userId- (required)- Returns:
- ApiResponse<CredentialsWithSecret>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 credentials - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
createCredentialsAsync
public okhttp3.Call createCredentialsAsync(String userId, ApiCallback<CredentialsWithSecret> _callback) throws ApiException
create credentials (asynchronously)- Parameters:
userId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 credentials - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
createGroupCall
public okhttp3.Call createGroupCall(GroupCreation groupCreation, ApiCallback _callback) throws ApiException
Build call for createGroup- Parameters:
groupCreation- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 group - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
createGroup
public Group createGroup(GroupCreation groupCreation) throws ApiException
create group- Parameters:
groupCreation- (optional)- Returns:
- Group
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 group - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
createGroupWithHttpInfo
public ApiResponse<Group> createGroupWithHttpInfo(GroupCreation groupCreation) throws ApiException
create group- Parameters:
groupCreation- (optional)- Returns:
- ApiResponse<Group>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 group - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
createGroupAsync
public okhttp3.Call createGroupAsync(GroupCreation groupCreation, ApiCallback<Group> _callback) throws ApiException
create group (asynchronously)- Parameters:
groupCreation- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 group - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
createPolicyCall
public okhttp3.Call createPolicyCall(Policy policy, ApiCallback _callback) throws ApiException
Build call for createPolicy- Parameters:
policy- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 policy - 400 Validation Error - 401 Unauthorized - 409 Resource Conflicts With Target - 0 Internal Server Error -
-
createPolicy
public Policy createPolicy(Policy policy) throws ApiException
create policy- Parameters:
policy- (required)- Returns:
- Policy
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 policy - 400 Validation Error - 401 Unauthorized - 409 Resource Conflicts With Target - 0 Internal Server Error -
-
createPolicyWithHttpInfo
public ApiResponse<Policy> createPolicyWithHttpInfo(Policy policy) throws ApiException
create policy- Parameters:
policy- (required)- Returns:
- ApiResponse<Policy>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 policy - 400 Validation Error - 401 Unauthorized - 409 Resource Conflicts With Target - 0 Internal Server Error -
-
createPolicyAsync
public okhttp3.Call createPolicyAsync(Policy policy, ApiCallback<Policy> _callback) throws ApiException
create policy (asynchronously)- Parameters:
policy- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 policy - 400 Validation Error - 401 Unauthorized - 409 Resource Conflicts With Target - 0 Internal Server Error -
-
createUserCall
public okhttp3.Call createUserCall(UserCreation userCreation, ApiCallback _callback) throws ApiException
Build call for createUser- Parameters:
userCreation- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 user - 400 validation error - 401 Unauthorized - 409 Resource Conflicts With Target - 0 Internal Server Error -
-
createUser
public User createUser(UserCreation userCreation) throws ApiException
create user- Parameters:
userCreation- (optional)- Returns:
- User
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 user - 400 validation error - 401 Unauthorized - 409 Resource Conflicts With Target - 0 Internal Server Error -
-
createUserWithHttpInfo
public ApiResponse<User> createUserWithHttpInfo(UserCreation userCreation) throws ApiException
create user- Parameters:
userCreation- (optional)- Returns:
- ApiResponse<User>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 user - 400 validation error - 401 Unauthorized - 409 Resource Conflicts With Target - 0 Internal Server Error -
-
createUserAsync
public okhttp3.Call createUserAsync(UserCreation userCreation, ApiCallback<User> _callback) throws ApiException
create user (asynchronously)- Parameters:
userCreation- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 user - 400 validation error - 401 Unauthorized - 409 Resource Conflicts With Target - 0 Internal Server Error -
-
deleteCredentialsCall
public okhttp3.Call deleteCredentialsCall(String userId, String accessKeyId, ApiCallback _callback) throws ApiException
Build call for deleteCredentials- Parameters:
userId- (required)accessKeyId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 204 credentials deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteCredentials
public void deleteCredentials(String userId, String accessKeyId) throws ApiException
delete credentials- Parameters:
userId- (required)accessKeyId- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 credentials deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteCredentialsWithHttpInfo
public ApiResponse<Void> deleteCredentialsWithHttpInfo(String userId, String accessKeyId) throws ApiException
delete credentials- Parameters:
userId- (required)accessKeyId- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 credentials deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteCredentialsAsync
public okhttp3.Call deleteCredentialsAsync(String userId, String accessKeyId, ApiCallback<Void> _callback) throws ApiException
delete credentials (asynchronously)- Parameters:
userId- (required)accessKeyId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 204 credentials deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteGroupCall
public okhttp3.Call deleteGroupCall(String groupId, ApiCallback _callback) throws ApiException
Build call for deleteGroup- Parameters:
groupId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 204 group deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteGroup
public void deleteGroup(String groupId) throws ApiException
delete group- Parameters:
groupId- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 group deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteGroupWithHttpInfo
public ApiResponse<Void> deleteGroupWithHttpInfo(String groupId) throws ApiException
delete group- Parameters:
groupId- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 group deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteGroupAsync
public okhttp3.Call deleteGroupAsync(String groupId, ApiCallback<Void> _callback) throws ApiException
delete group (asynchronously)- Parameters:
groupId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 204 group deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteGroupMembershipCall
public okhttp3.Call deleteGroupMembershipCall(String groupId, String userId, ApiCallback _callback) throws ApiException
Build call for deleteGroupMembership- Parameters:
groupId- (required)userId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 204 membership deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteGroupMembership
public void deleteGroupMembership(String groupId, String userId) throws ApiException
delete group membership- Parameters:
groupId- (required)userId- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 membership deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteGroupMembershipWithHttpInfo
public ApiResponse<Void> deleteGroupMembershipWithHttpInfo(String groupId, String userId) throws ApiException
delete group membership- Parameters:
groupId- (required)userId- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 membership deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteGroupMembershipAsync
public okhttp3.Call deleteGroupMembershipAsync(String groupId, String userId, ApiCallback<Void> _callback) throws ApiException
delete group membership (asynchronously)- Parameters:
groupId- (required)userId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 204 membership deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deletePolicyCall
public okhttp3.Call deletePolicyCall(String policyId, ApiCallback _callback) throws ApiException
Build call for deletePolicy- Parameters:
policyId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 204 policy deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deletePolicy
public void deletePolicy(String policyId) throws ApiException
delete policy- Parameters:
policyId- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 policy deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deletePolicyWithHttpInfo
public ApiResponse<Void> deletePolicyWithHttpInfo(String policyId) throws ApiException
delete policy- Parameters:
policyId- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 policy deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deletePolicyAsync
public okhttp3.Call deletePolicyAsync(String policyId, ApiCallback<Void> _callback) throws ApiException
delete policy (asynchronously)- Parameters:
policyId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 204 policy deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteUserCall
public okhttp3.Call deleteUserCall(String userId, ApiCallback _callback) throws ApiException
Build call for deleteUser- Parameters:
userId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 204 user deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteUser
public void deleteUser(String userId) throws ApiException
delete user- Parameters:
userId- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 user deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteUserWithHttpInfo
public ApiResponse<Void> deleteUserWithHttpInfo(String userId) throws ApiException
delete user- Parameters:
userId- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 user deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
deleteUserAsync
public okhttp3.Call deleteUserAsync(String userId, ApiCallback<Void> _callback) throws ApiException
delete user (asynchronously)- Parameters:
userId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 204 user deleted successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
detachPolicyFromGroupCall
public okhttp3.Call detachPolicyFromGroupCall(String groupId, String policyId, ApiCallback _callback) throws ApiException
Build call for detachPolicyFromGroup- Parameters:
groupId- (required)policyId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 204 policy detached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
detachPolicyFromGroup
public void detachPolicyFromGroup(String groupId, String policyId) throws ApiException
detach policy from group- Parameters:
groupId- (required)policyId- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 policy detached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
detachPolicyFromGroupWithHttpInfo
public ApiResponse<Void> detachPolicyFromGroupWithHttpInfo(String groupId, String policyId) throws ApiException
detach policy from group- Parameters:
groupId- (required)policyId- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 policy detached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
detachPolicyFromGroupAsync
public okhttp3.Call detachPolicyFromGroupAsync(String groupId, String policyId, ApiCallback<Void> _callback) throws ApiException
detach policy from group (asynchronously)- Parameters:
groupId- (required)policyId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 204 policy detached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
detachPolicyFromUserCall
public okhttp3.Call detachPolicyFromUserCall(String userId, String policyId, ApiCallback _callback) throws ApiException
Build call for detachPolicyFromUser- Parameters:
userId- (required)policyId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 204 policy detached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
detachPolicyFromUser
public void detachPolicyFromUser(String userId, String policyId) throws ApiException
detach policy from user- Parameters:
userId- (required)policyId- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 policy detached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
detachPolicyFromUserWithHttpInfo
public ApiResponse<Void> detachPolicyFromUserWithHttpInfo(String userId, String policyId) throws ApiException
detach policy from user- Parameters:
userId- (required)policyId- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 policy detached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
detachPolicyFromUserAsync
public okhttp3.Call detachPolicyFromUserAsync(String userId, String policyId, ApiCallback<Void> _callback) throws ApiException
detach policy from user (asynchronously)- Parameters:
userId- (required)policyId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 204 policy detached successfully - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
forgotPasswordCall
public okhttp3.Call forgotPasswordCall(ForgotPasswordRequest forgotPasswordRequest, ApiCallback _callback) throws ApiException
Build call for forgotPassword- Parameters:
forgotPasswordRequest- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 204 No content - 400 bad request - 0 Internal Server Error -
-
forgotPassword
public void forgotPassword(ForgotPasswordRequest forgotPasswordRequest) throws ApiException
forgot password request initiates the password reset process- Parameters:
forgotPasswordRequest- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 No content - 400 bad request - 0 Internal Server Error -
-
forgotPasswordWithHttpInfo
public ApiResponse<Void> forgotPasswordWithHttpInfo(ForgotPasswordRequest forgotPasswordRequest) throws ApiException
forgot password request initiates the password reset process- Parameters:
forgotPasswordRequest- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 204 No content - 400 bad request - 0 Internal Server Error -
-
forgotPasswordAsync
public okhttp3.Call forgotPasswordAsync(ForgotPasswordRequest forgotPasswordRequest, ApiCallback<Void> _callback) throws ApiException
forgot password request initiates the password reset process (asynchronously)- Parameters:
forgotPasswordRequest- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 204 No content - 400 bad request - 0 Internal Server Error -
-
getAuthCapabilitiesCall
public okhttp3.Call getAuthCapabilitiesCall(ApiCallback _callback) throws ApiException
Build call for getAuthCapabilities- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 auth capabilities - 0 Internal Server Error -
-
getAuthCapabilities
public AuthCapabilities getAuthCapabilities() throws ApiException
list authentication capabilities supported- Returns:
- AuthCapabilities
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 auth capabilities - 0 Internal Server Error -
-
getAuthCapabilitiesWithHttpInfo
public ApiResponse<AuthCapabilities> getAuthCapabilitiesWithHttpInfo() throws ApiException
list authentication capabilities supported- Returns:
- ApiResponse<AuthCapabilities>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 auth capabilities - 0 Internal Server Error -
-
getAuthCapabilitiesAsync
public okhttp3.Call getAuthCapabilitiesAsync(ApiCallback<AuthCapabilities> _callback) throws ApiException
list authentication capabilities supported (asynchronously)- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 auth capabilities - 0 Internal Server Error -
-
getCredentialsCall
public okhttp3.Call getCredentialsCall(String userId, String accessKeyId, ApiCallback _callback) throws ApiException
Build call for getCredentials- Parameters:
userId- (required)accessKeyId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 credentials - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getCredentials
public Credentials getCredentials(String userId, String accessKeyId) throws ApiException
get credentials- Parameters:
userId- (required)accessKeyId- (required)- Returns:
- Credentials
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 credentials - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getCredentialsWithHttpInfo
public ApiResponse<Credentials> getCredentialsWithHttpInfo(String userId, String accessKeyId) throws ApiException
get credentials- Parameters:
userId- (required)accessKeyId- (required)- Returns:
- ApiResponse<Credentials>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 credentials - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getCredentialsAsync
public okhttp3.Call getCredentialsAsync(String userId, String accessKeyId, ApiCallback<Credentials> _callback) throws ApiException
get credentials (asynchronously)- Parameters:
userId- (required)accessKeyId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 credentials - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getCurrentUserCall
public okhttp3.Call getCurrentUserCall(ApiCallback _callback) throws ApiException
Build call for getCurrentUser- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 user -
-
getCurrentUser
public CurrentUser getCurrentUser() throws ApiException
get current user- Returns:
- CurrentUser
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 user -
-
getCurrentUserWithHttpInfo
public ApiResponse<CurrentUser> getCurrentUserWithHttpInfo() throws ApiException
get current user- Returns:
- ApiResponse<CurrentUser>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 user -
-
getCurrentUserAsync
public okhttp3.Call getCurrentUserAsync(ApiCallback<CurrentUser> _callback) throws ApiException
get current user (asynchronously)- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 user -
-
getGroupCall
public okhttp3.Call getGroupCall(String groupId, ApiCallback _callback) throws ApiException
Build call for getGroup- Parameters:
groupId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 group - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getGroup
public Group getGroup(String groupId) throws ApiException
get group- Parameters:
groupId- (required)- Returns:
- Group
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 group - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getGroupWithHttpInfo
public ApiResponse<Group> getGroupWithHttpInfo(String groupId) throws ApiException
get group- Parameters:
groupId- (required)- Returns:
- ApiResponse<Group>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 group - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getGroupAsync
public okhttp3.Call getGroupAsync(String groupId, ApiCallback<Group> _callback) throws ApiException
get group (asynchronously)- Parameters:
groupId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 group - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getPolicyCall
public okhttp3.Call getPolicyCall(String policyId, ApiCallback _callback) throws ApiException
Build call for getPolicy- Parameters:
policyId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 policy - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getPolicy
public Policy getPolicy(String policyId) throws ApiException
get policy- Parameters:
policyId- (required)- Returns:
- Policy
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 policy - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getPolicyWithHttpInfo
public ApiResponse<Policy> getPolicyWithHttpInfo(String policyId) throws ApiException
get policy- Parameters:
policyId- (required)- Returns:
- ApiResponse<Policy>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 policy - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getPolicyAsync
public okhttp3.Call getPolicyAsync(String policyId, ApiCallback<Policy> _callback) throws ApiException
get policy (asynchronously)- Parameters:
policyId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 policy - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getUserCall
public okhttp3.Call getUserCall(String userId, ApiCallback _callback) throws ApiException
Build call for getUser- Parameters:
userId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 user - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getUser
public User getUser(String userId) throws ApiException
get user- Parameters:
userId- (required)- Returns:
- User
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 user - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getUserWithHttpInfo
public ApiResponse<User> getUserWithHttpInfo(String userId) throws ApiException
get user- Parameters:
userId- (required)- Returns:
- ApiResponse<User>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 user - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
getUserAsync
public okhttp3.Call getUserAsync(String userId, ApiCallback<User> _callback) throws ApiException
get user (asynchronously)- Parameters:
userId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 user - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listGroupMembersCall
public okhttp3.Call listGroupMembersCall(String groupId, String prefix, String after, Integer amount, ApiCallback _callback) throws ApiException
Build call for listGroupMembers- Parameters:
groupId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 group memeber list - 401 Unauthorized - 0 Internal Server Error -
-
listGroupMembers
public UserList listGroupMembers(String groupId, String prefix, String after, Integer amount) throws ApiException
list group members- Parameters:
groupId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- UserList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 group memeber list - 401 Unauthorized - 0 Internal Server Error -
-
listGroupMembersWithHttpInfo
public ApiResponse<UserList> listGroupMembersWithHttpInfo(String groupId, String prefix, String after, Integer amount) throws ApiException
list group members- Parameters:
groupId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- ApiResponse<UserList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 group memeber list - 401 Unauthorized - 0 Internal Server Error -
-
listGroupMembersAsync
public okhttp3.Call listGroupMembersAsync(String groupId, String prefix, String after, Integer amount, ApiCallback<UserList> _callback) throws ApiException
list group members (asynchronously)- Parameters:
groupId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 group memeber list - 401 Unauthorized - 0 Internal Server Error -
-
listGroupPoliciesCall
public okhttp3.Call listGroupPoliciesCall(String groupId, String prefix, String after, Integer amount, ApiCallback _callback) throws ApiException
Build call for listGroupPolicies- Parameters:
groupId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listGroupPolicies
public PolicyList listGroupPolicies(String groupId, String prefix, String after, Integer amount) throws ApiException
list group policies- Parameters:
groupId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- PolicyList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listGroupPoliciesWithHttpInfo
public ApiResponse<PolicyList> listGroupPoliciesWithHttpInfo(String groupId, String prefix, String after, Integer amount) throws ApiException
list group policies- Parameters:
groupId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- ApiResponse<PolicyList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listGroupPoliciesAsync
public okhttp3.Call listGroupPoliciesAsync(String groupId, String prefix, String after, Integer amount, ApiCallback<PolicyList> _callback) throws ApiException
list group policies (asynchronously)- Parameters:
groupId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listGroupsCall
public okhttp3.Call listGroupsCall(String prefix, String after, Integer amount, ApiCallback _callback) throws ApiException
Build call for listGroups- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 group list - 401 Unauthorized - 0 Internal Server Error -
-
listGroups
public GroupList listGroups(String prefix, String after, Integer amount) throws ApiException
list groups- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- GroupList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 group list - 401 Unauthorized - 0 Internal Server Error -
-
listGroupsWithHttpInfo
public ApiResponse<GroupList> listGroupsWithHttpInfo(String prefix, String after, Integer amount) throws ApiException
list groups- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- ApiResponse<GroupList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 group list - 401 Unauthorized - 0 Internal Server Error -
-
listGroupsAsync
public okhttp3.Call listGroupsAsync(String prefix, String after, Integer amount, ApiCallback<GroupList> _callback) throws ApiException
list groups (asynchronously)- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 group list - 401 Unauthorized - 0 Internal Server Error -
-
listPoliciesCall
public okhttp3.Call listPoliciesCall(String prefix, String after, Integer amount, ApiCallback _callback) throws ApiException
Build call for listPolicies- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 0 Internal Server Error -
-
listPolicies
public PolicyList listPolicies(String prefix, String after, Integer amount) throws ApiException
list policies- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- PolicyList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 0 Internal Server Error -
-
listPoliciesWithHttpInfo
public ApiResponse<PolicyList> listPoliciesWithHttpInfo(String prefix, String after, Integer amount) throws ApiException
list policies- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- ApiResponse<PolicyList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 0 Internal Server Error -
-
listPoliciesAsync
public okhttp3.Call listPoliciesAsync(String prefix, String after, Integer amount, ApiCallback<PolicyList> _callback) throws ApiException
list policies (asynchronously)- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 0 Internal Server Error -
-
listUserCredentialsCall
public okhttp3.Call listUserCredentialsCall(String userId, String prefix, String after, Integer amount, ApiCallback _callback) throws ApiException
Build call for listUserCredentials- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 credential list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserCredentials
public CredentialsList listUserCredentials(String userId, String prefix, String after, Integer amount) throws ApiException
list user credentials- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- CredentialsList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 credential list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserCredentialsWithHttpInfo
public ApiResponse<CredentialsList> listUserCredentialsWithHttpInfo(String userId, String prefix, String after, Integer amount) throws ApiException
list user credentials- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- ApiResponse<CredentialsList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 credential list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserCredentialsAsync
public okhttp3.Call listUserCredentialsAsync(String userId, String prefix, String after, Integer amount, ApiCallback<CredentialsList> _callback) throws ApiException
list user credentials (asynchronously)- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 credential list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserGroupsCall
public okhttp3.Call listUserGroupsCall(String userId, String prefix, String after, Integer amount, ApiCallback _callback) throws ApiException
Build call for listUserGroups- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 group list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserGroups
public GroupList listUserGroups(String userId, String prefix, String after, Integer amount) throws ApiException
list user groups- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- GroupList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 group list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserGroupsWithHttpInfo
public ApiResponse<GroupList> listUserGroupsWithHttpInfo(String userId, String prefix, String after, Integer amount) throws ApiException
list user groups- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- ApiResponse<GroupList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 group list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserGroupsAsync
public okhttp3.Call listUserGroupsAsync(String userId, String prefix, String after, Integer amount, ApiCallback<GroupList> _callback) throws ApiException
list user groups (asynchronously)- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 group list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserPoliciesCall
public okhttp3.Call listUserPoliciesCall(String userId, String prefix, String after, Integer amount, Boolean effective, ApiCallback _callback) throws ApiException
Build call for listUserPolicies- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)effective- will return all distinct policies attached to the user or any of its groups (optional, default to false)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserPolicies
public PolicyList listUserPolicies(String userId, String prefix, String after, Integer amount, Boolean effective) throws ApiException
list user policies- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)effective- will return all distinct policies attached to the user or any of its groups (optional, default to false)- Returns:
- PolicyList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserPoliciesWithHttpInfo
public ApiResponse<PolicyList> listUserPoliciesWithHttpInfo(String userId, String prefix, String after, Integer amount, Boolean effective) throws ApiException
list user policies- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)effective- will return all distinct policies attached to the user or any of its groups (optional, default to false)- Returns:
- ApiResponse<PolicyList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUserPoliciesAsync
public okhttp3.Call listUserPoliciesAsync(String userId, String prefix, String after, Integer amount, Boolean effective, ApiCallback<PolicyList> _callback) throws ApiException
list user policies (asynchronously)- Parameters:
userId- (required)prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)effective- will return all distinct policies attached to the user or any of its groups (optional, default to false)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 policy list - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
listUsersCall
public okhttp3.Call listUsersCall(String prefix, String after, Integer amount, ApiCallback _callback) throws ApiException
Build call for listUsers- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 user list - 401 Unauthorized - 0 Internal Server Error -
-
listUsers
public UserList listUsers(String prefix, String after, Integer amount) throws ApiException
list users- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- UserList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 user list - 401 Unauthorized - 0 Internal Server Error -
-
listUsersWithHttpInfo
public ApiResponse<UserList> listUsersWithHttpInfo(String prefix, String after, Integer amount) throws ApiException
list users- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)- Returns:
- ApiResponse<UserList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 user list - 401 Unauthorized - 0 Internal Server Error -
-
listUsersAsync
public okhttp3.Call listUsersAsync(String prefix, String after, Integer amount, ApiCallback<UserList> _callback) throws ApiException
list users (asynchronously)- Parameters:
prefix- return items prefixed with this value (optional)after- return items after this value (optional)amount- how many items to return (optional, default to 100)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 user list - 401 Unauthorized - 0 Internal Server Error -
-
loginCall
public okhttp3.Call loginCall(LoginInformation loginInformation, ApiCallback _callback) throws ApiException
Build call for login- Parameters:
loginInformation- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 successful login * Set-Cookie -
401 Unauthorized - 0 Internal Server Error -
-
login
public AuthenticationToken login(LoginInformation loginInformation) throws ApiException
perform a login- Parameters:
loginInformation- (optional)- Returns:
- AuthenticationToken
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 successful login * Set-Cookie -
401 Unauthorized - 0 Internal Server Error -
-
loginWithHttpInfo
public ApiResponse<AuthenticationToken> loginWithHttpInfo(LoginInformation loginInformation) throws ApiException
perform a login- Parameters:
loginInformation- (optional)- Returns:
- ApiResponse<AuthenticationToken>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 successful login * Set-Cookie -
401 Unauthorized - 0 Internal Server Error -
-
loginAsync
public okhttp3.Call loginAsync(LoginInformation loginInformation, ApiCallback<AuthenticationToken> _callback) throws ApiException
perform a login (asynchronously)- Parameters:
loginInformation- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 successful login * Set-Cookie -
401 Unauthorized - 0 Internal Server Error -
-
oauthCallbackCall
@Deprecated public okhttp3.Call oauthCallbackCall(ApiCallback _callback) throws ApiException
Deprecated.Build call for oauthCallback- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 302 successfully got token - 401 failed to exchange authorization code for token - 0 Internal Server Error -
-
oauthCallback
@Deprecated public Error oauthCallback() throws ApiException
Deprecated.Deprecated: embedded OIDC support is now deprecated- Returns:
- Error
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 302 successfully got token - 401 failed to exchange authorization code for token - 0 Internal Server Error -
-
oauthCallbackWithHttpInfo
@Deprecated public ApiResponse<Error> oauthCallbackWithHttpInfo() throws ApiException
Deprecated.Deprecated: embedded OIDC support is now deprecated- Returns:
- ApiResponse<Error>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 302 successfully got token - 401 failed to exchange authorization code for token - 0 Internal Server Error -
-
oauthCallbackAsync
@Deprecated public okhttp3.Call oauthCallbackAsync(ApiCallback<Error> _callback) throws ApiException
Deprecated.(asynchronously) Deprecated: embedded OIDC support is now deprecated- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 302 successfully got token - 401 failed to exchange authorization code for token - 0 Internal Server Error -
-
updatePasswordCall
public okhttp3.Call updatePasswordCall(UpdatePasswordByToken updatePasswordByToken, ApiCallback _callback) throws ApiException
Build call for updatePassword- Parameters:
updatePasswordByToken- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 successful reset - 401 Unauthorized - 0 Internal Server Error -
-
updatePassword
public void updatePassword(UpdatePasswordByToken updatePasswordByToken) throws ApiException
Update user password by reset_password token- Parameters:
updatePasswordByToken- (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 successful reset - 401 Unauthorized - 0 Internal Server Error -
-
updatePasswordWithHttpInfo
public ApiResponse<Void> updatePasswordWithHttpInfo(UpdatePasswordByToken updatePasswordByToken) throws ApiException
Update user password by reset_password token- Parameters:
updatePasswordByToken- (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 successful reset - 401 Unauthorized - 0 Internal Server Error -
-
updatePasswordAsync
public okhttp3.Call updatePasswordAsync(UpdatePasswordByToken updatePasswordByToken, ApiCallback<Void> _callback) throws ApiException
Update user password by reset_password token (asynchronously)- Parameters:
updatePasswordByToken- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 successful reset - 401 Unauthorized - 0 Internal Server Error -
-
updatePolicyCall
public okhttp3.Call updatePolicyCall(String policyId, Policy policy, ApiCallback _callback) throws ApiException
Build call for updatePolicy- Parameters:
policyId- (required)policy- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 policy - 400 Validation Error - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
updatePolicy
public Policy updatePolicy(String policyId, Policy policy) throws ApiException
update policy- Parameters:
policyId- (required)policy- (required)- Returns:
- Policy
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 policy - 400 Validation Error - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
updatePolicyWithHttpInfo
public ApiResponse<Policy> updatePolicyWithHttpInfo(String policyId, Policy policy) throws ApiException
update policy- Parameters:
policyId- (required)policy- (required)- Returns:
- ApiResponse<Policy>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 policy - 400 Validation Error - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
updatePolicyAsync
public okhttp3.Call updatePolicyAsync(String policyId, Policy policy, ApiCallback<Policy> _callback) throws ApiException
update policy (asynchronously)- Parameters:
policyId- (required)policy- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 policy - 400 Validation Error - 401 Unauthorized - 404 Resource Not Found - 0 Internal Server Error -
-
-