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
public class AuthRequestDTO extends BaseAuthRequestDTO implements ObjectWithMetadata
General-purpose ofAuthRequestDTOclass used to communicate with core-kernel API. This class is picked request and send to core-kernel. Where core-kernal API processed operation withAuthRequestDTOattributes.- Author:
- Rakesh Roshan
-
-
Constructor Summary
Constructors Constructor Description AuthRequestDTO()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.mosip.authentication.core.dto.ObjectWithMetadata
copyAllMetadaTo, copyMetadataTo, getMetadata, getMetadata, getMetadata, putAllMetadata, putMetadata, setMetadata
-
-