Package com.skava.auth.helper
package com.skava.auth.helper
Support classes for access controlling, exception handling, session handling and caching.
- Author:
- Infosys Equinox
-
ClassesClassDescriptionThis class hold the set of methods for role and privilege based access control using the authorization component of skava framework.This class handles exceptions by constructing and returning the validation response with error codes and localized message.This 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.