Uses of Package
com.skava.auth.helper
Packages that use com.skava.auth.helper
Package
Description
Repository classes to represent the data access layer of the entities.
Implementation classes to represent the service layer implementations of the collection.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Classes in com.skava.auth.helper used by com.skava.auth.repositoryClassDescriptionThis class used to handle the caching operation of the entities for quick response without accessing data repositories.
-
Classes in com.skava.auth.helper used by com.skava.auth.service.impl.collectionClassDescriptionThis class used to handle the caching operation of the entities for quick response without accessing data repositories.
-
Classes in com.skava.auth.helper used by com.skava.auth.utilClassDescriptionThis class used to handle the user session operations like put token to the cache, get token from the cache, remove the session, etc.This class used to handle the caching operation of the entities for quick response without accessing data repositories.
-
Classes in com.skava.auth.helper used by com.skava.auth.webClassDescriptionThis class handles exceptions by constructing and returning the validation response with error codes and localized message.