Uses of Class
com.skava.model.datatransferobjects.SecurityQuestions
Packages that use SecurityQuestions
Package
Description
This package contains the user DTO model classes.
This package contains the controller classes.
-
Uses of SecurityQuestions in com.skava.model.datatransferobjects
Method parameters in com.skava.model.datatransferobjects with type arguments of type SecurityQuestionsModifier and TypeMethodDescriptionstatic void
SecurityQuestions.hideAnswers
(List<SecurityQuestions> securityQuestions) This method is used to hide answers. -
Uses of SecurityQuestions in com.skava.web
Methods in com.skava.web that return types with arguments of type SecurityQuestionsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SecurityQuestions>>
CredentialsController.getAllSecurityQuestions
(UserCredentialsRequest credentialRequest, Long collectionId, String authToken, String locale, String version, long storeId) This service endpoint is used to load security questions without answersorg.springframework.http.ResponseEntity<List<SecurityQuestions>>
CredentialsController.getSecurityQuestions
(long userId, Long collectionId, String authToken, String locale, String version, long storeId) This service endpoint is used to load security questions with answersorg.springframework.http.ResponseEntity<List<SecurityQuestions>>
CredentialsController.updateSecurityQuestions
(long userId, UserCredentialsRequest credentialRequest, Long collectionId, String authToken, String locale, String version, long storeId) This service endpoint is used to update the security questions