Uses of Class
org.openiam.base.response.data.BaseDataResponse
-
-
Uses of BaseDataResponse in org.openiam.base.response
Subclasses of BaseDataResponse in org.openiam.base.response Modifier and Type Class Description classHelpDeskQuestionsResponseclassLookupBaseResponseResponse object for a web service operation that returns a role.classLookupGroupResponseResponse object for a web service operation that returns a group.classLookupUserResponseResponse object for a web service operation that returns a role.classPasswordValidationResponse -
Uses of BaseDataResponse in org.openiam.base.response.data
Subclasses of BaseDataResponse in org.openiam.base.response.data Modifier and Type Class Description classAccessCertificationResponseclassAddressResponseCreated by Alexander Dukkardt on 2016-12-23.classApproverAssociationResponseclassApproveStepsResponseclassAttributeMapResponseCreated by Alexander Dukkardt on 2017-04-05.classAuthenticationRuleResponseclassAuthLevelAttributeResponseCreated by alexander on 22/09/16.classAuthLevelGroupingResponseCreated by alexander on 22/09/16.classAuthProviderResponseCreated by alexander on 16/09/16.classAuthRuleStepResponseclassBasicDataServiceValidationResponseclassBatchTaskResponseCreated by alexander on 25/10/16.classBooleanResponseResponse class that is used for web service operations that return a boolean.classBusinessRuleDtoResponseclassBusinessRuleTargetDtoResponseclassByteArrayResponseCreated by aduckardt on 2016-12-12.classContentProviderResponseCreated by alexander on 10/08/16.classDateResponseclassDbIpStatusResponseclassDeviceResponseclassEmailAddressResponseCreated by Alexander Dukkardt on 2017-01-04.classFidoAuthenticatorResponseResponse with FidoAuthenticatorDto type valueclassFileResponseCreated by alexander on 01/12/16.classGeoIPResponseclassGroupResponseCreated by Alexander Dukkardt on 2017-01-04.classIdentityQuestionResponseCreated by Alexander Dukkardt on 2016-12-22.classIdentityResponseCreated by Alexander Dukkardt on 2017-04-25.classIdmAuditLogResponseCreated by alexander on 20/10/16.classIntResponseCreated by alexander on 12/08/16.classITPolicyResponseclassLocationResponseCreated by Alexander Dukkardt on 2017-02-10.classLongDataResponseclassMailTemplatePropertiesResponseclassMailTemplateResponseclassManagedSysResponseCreated by Alexander Dukkardt on 2017-04-05.classMetadataElementResponseCreated by alexander on 02/12/16.classMetadataTemplateTypeResponseCreated by alexander on 01/12/16.classMetadataTypeResponseCreated by alexander on 05/12/16.classMngSysPolicyResponseCreated by Alexander Dukkardt on 2017-04-05.classOAuthCodeResponseCreated by alexander on 16/09/16.classOAuthTokenResponseCreated by alexander on 16/09/16.classOrganizationResponseCreated by Alexander Dukkardt on 2017-02-10.classOrganizationTypeResponseCreated by alexander on 04/10/16.classOTPProviderResponseclassPageTempateResponseCreated by alexander on 01/12/16.classPhoneResponseCreated by Alexander Dukkardt on 2017-01-04.classPolicyResponseclassProfilePictureResponseCreated by Alexander Dukkardt on 2017-01-13.classProvisionConnectorResponseCreated by Alexander Dukkardt on 2017-04-18.classReconciliationExecStatusResponseclassResourceEntitlementTokenResponseclassResourceResponseCreated by Alexander Dukkardt on 2017-01-24.classResourceTypeResponseclassRoleResponseCreated by alexander on 22/09/16.classSelfRegistrationIncompleteWorkflowResponseclassSelfRegistrationStepDtoResponseclassSelfRegistrationTreeResponseclassSelfRegistrationWorkflowDtoResponseclassSourceAdapterConfigResponseclassStringResponseCreated by alexander on 12/08/16.classSyncConfigResponseCreated by Alexander Dukkardt on 2017-04-05.classTaskListWrapperResponseCreated by alexander on 26/08/16.classTaskResRequestedWrapperResponseclassTaskResRequestedWrapperWithProcessInstanceIdResponseclassTaskWrapperResponseCreated by alexander on 25/08/16.classUIThemeResponseCreated by alexander on 06/12/16.classURIPatternResponseCreated by alexander on 10/08/16.classUserAttributeResponseCreated by Alexander Dukkardt on 2017-01-04.classUserITPolicyVersionResponseclassUserSshKeyResponse -
Uses of BaseDataResponse in org.openiam.base.response.list
Subclasses of BaseDataResponse in org.openiam.base.response.list Modifier and Type Class Description classCounterResponseCreated by zaporozhec 09/13/2021classMailBoxClientCertificateResponseclassMailboxConfigurationResponseCreated by zaporozhec on 30/09/21.classMailboxConfigurationTemplateResponseCreated by zaporozhec on 30/09/21.classUploadAttachmentResponse -
Uses of BaseDataResponse in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with type parameters of type BaseDataResponse Modifier and Type Method Description <R extends BaseDataResponse<DTO>,REQ extends BaseServiceRequest,DTO extends Serializable>
DTOMailboxConfigurationRabbitMQService. value(MailboxConfigurationManagementAPI api, REQ request, Class<R> responseClass) -
Uses of BaseDataResponse in org.openiam.common.service
Methods in org.openiam.common.service with type parameters of type BaseDataResponse Modifier and Type Method Description protected <T extends BaseIdentity,R extends BaseDataResponse<T>>
RAbstractBaseService. transaction(org.springframework.transaction.support.TransactionCallback<R> action)protected <T extends BaseIdentity,R extends BaseDataResponse<T>>
RAbstractBaseService. transaction(org.springframework.transaction.support.TransactionCallback<R> action, Function<T,T> onSuccessTransaction)protected <T extends BaseIdentity,R extends BaseDataResponse<T>>
RAbstractBaseService. transaction(org.springframework.transaction.support.TransactionCallback<R> action, Function<T,T> onSuccessTransaction, Function<R,Void> onFailTransaction)is used to managed Transactional operations. -
Uses of BaseDataResponse in org.openiam.provision.dto
Subclasses of BaseDataResponse in org.openiam.provision.dto Modifier and Type Class Description classBulkUserProvisionResponse -
Uses of BaseDataResponse in org.openiam.provision.dto.response
Subclasses of BaseDataResponse in org.openiam.provision.dto.response Modifier and Type Class Description classAbstractPasswordResponseclassAbstractProvisionResponse<T extends ProvisionObject>classProvisionGroupResponseclassProvisionUserResponseResponse object for a web service operation that returns a role.classUserPasswordResponseResponse object for a web service operation that returns a role. -
Uses of BaseDataResponse in org.openiam.srvc
Methods in org.openiam.srvc with type parameters of type BaseDataResponse Modifier and Type Method Description protected <V,ApiResponse extends BaseDataResponse<V>,API extends OpenIAMAPI>
VAbstractApiService. getValue(API apiName, BaseServiceRequest request, Class<ApiResponse> clazz)protected <V,ApiResponse extends BaseDataResponse<V>,API extends OpenIAMAPI>
VAbstractApiService. getValue(MqQueue rabbitMqQueue, API apiName, BaseServiceRequest request, Class<ApiResponse> clazz)protected <V extends KeyDTO,API extends OpenIAMAPI,ApiRequest extends BaseCrudServiceRequest<V>,ApiResponse extends BaseDataResponse>
ResponseAbstractApiService. manageCrudApiRequest(API apiName, ApiRequest request, Class<ApiResponse> clazz)protected <V extends KeyDTO,API extends OpenIAMAPI,ApiResponse extends BaseDataResponse>
ResponseAbstractApiService. manageCrudApiRequest(API apiName, V data, Class<ApiResponse> clazz)
-