Class AuthRequestDTO
java.lang.Object
io.mosip.authentication.core.indauth.dto.BaseRequestDTO
io.mosip.authentication.core.indauth.dto.BaseAuthRequestDTO
io.mosip.authentication.core.indauth.dto.AuthRequestDTO
- All Implemented Interfaces:
ObjectWithMetadata
- Direct Known Subclasses:
EkycAuthRequestDTO,IdentityKeyBindingRequestDTO,KycAuthRequestDTO
General-purpose of
AuthRequestDTO class used to communicate with
core-kernel API. This class is picked request and send to core-kernel. Where
core-kernal API processed operation with AuthRequestDTO attributes.- Author:
- Rakesh Roshan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.mosip.authentication.core.dto.ObjectWithMetadata
copyAllMetadaTo, copyMetadataTo, getMetadata, getMetadata, getMetadata, putAllMetadata, putMetadata, setMetadata
-
Constructor Details
-
AuthRequestDTO
public AuthRequestDTO()
-