Uses of Class
io.mosip.authentication.core.indauth.dto.AuthError
-
Packages that use AuthError Package Description io.mosip.authentication.core.function io.mosip.authentication.core.indauth.dto io.mosip.authentication.core.spi.profile -
-
Uses of AuthError in io.mosip.authentication.core.function
Method parameters in io.mosip.authentication.core.function with type arguments of type AuthError Modifier and Type Method Description voidAnonymousProfileStoreFunction. storeAnonymousProfile(Map<String,Object> requestBody, Map<String,Object> requestMetadata, Map<String,Object> responseMetadata, boolean status, List<AuthError> errors)Store anonymous profile. -
Uses of AuthError in io.mosip.authentication.core.indauth.dto
Subclasses of AuthError in io.mosip.authentication.core.indauth.dto Modifier and Type Class Description classActionableAuthErrorActionable error class -
Uses of AuthError in io.mosip.authentication.core.spi.profile
Method parameters in io.mosip.authentication.core.spi.profile with type arguments of type AuthError Modifier and Type Method Description voidAuthAnonymousProfileService. storeAnonymousProfile(Map<String,Object> requestBody, Map<String,Object> requestMetadata, Map<String,Object> responseMetadata, boolean status, List<AuthError> errors)Store anonymous profile.
-