Index

A B C D E F G H I J K L M N O P Q R S T U V X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AccessControlHelper - Class in com.skava.auth.helper
This class hold the set of methods for role and privilege based access control using the authorization component of skava framework.
accountId - Variable in class com.skava.auth.model.entities.QClientRole
 
accountId - Variable in class com.skava.auth.model.entities.QUserRole
 
action - Variable in class com.skava.auth.model.entities.QPrivilege
 
ACTIVE - Enum constant in enum class com.skava.auth.model.entities.CollectionStatus
 
ACTIVE - Static variable in class com.skava.auth.model.entities.ClientSession
 
ACTIVE - Static variable in class com.skava.auth.model.entities.UserSession
 
addClientIdsPredicate(Predicate, List<String>, Root<ClientRole>, CriteriaBuilder) - Static method in class com.skava.auth.util.ClientRoleUtil
 
AddPrivilegeRequest - Class in com.skava.auth.model.request.privilegeset
Data transfer class holds the exchange data to transfer from controller to add privilege service.
AddPrivilegeRequest() - Constructor for class com.skava.auth.model.request.privilegeset.AddPrivilegeRequest
The class constructor.
addPrivilegeSets(String, String, long, Long, List<Long>, Long) - Method in class com.skava.auth.web.RoleController
This service is used to associate privilege sets to role based on role identifier and list of privilege set identifiers.
AddPrivilegeSetsToRoleService - Interface in com.skava.auth.service.role
An interface to define the service for adding privilege sets to role.
AddPrivilegeSetsToRoleServiceImpl - Class in com.skava.auth.service.impl.role
This service class implements AddPrivilegeSetsToRoleService and handles the privilege set and role association service request, process it and save the details in DB.
AddPrivilegeSetsToRoleServiceImpl() - Constructor for class com.skava.auth.service.impl.role.AddPrivilegeSetsToRoleServiceImpl
Instantiates a new AddPrivilegeSetServiceImpl.
AddPrivilegeSetToRoleValidator - Class in com.skava.auth.service.validator.role
A class to define the service for validating add privilegeset to role request.
AddPrivilegeSetToRoleValidator() - Constructor for class com.skava.auth.service.validator.role.AddPrivilegeSetToRoleValidator
 
AddPrivilegesToPrivilegeSetService - Interface in com.skava.auth.service.privilegeset
An interface to define the service for adding privileges to privilegeset.
AddPrivilegesToPrivilegeSetServiceImpl - Class in com.skava.auth.service.impl.privilegeset
This service class implements AddPrivilegesToPrivilegeSetService and handles the add privileges to privilege set service request, process it and save the details in DB.
AddPrivilegesToPrivilegeSetServiceImpl() - Constructor for class com.skava.auth.service.impl.privilegeset.AddPrivilegesToPrivilegeSetServiceImpl
Instantiates a new AddPrivilegeToPrivilegeSetServiceImpl.
AddPrivilegeToPrivilegeSetValidator - Class in com.skava.auth.service.validator.privilegeset
A class to define the service for validating add privilege to privilegeset request.
AddPrivilegeToPrivilegeSetValidator() - Constructor for class com.skava.auth.service.validator.privilegeset.AddPrivilegeToPrivilegeSetValidator
 
addPrivilegeToSet(String, String, long, Long, Set<PrivilegeCollectionMapRequest>, Long, String) - Method in class com.skava.auth.web.PrivilegeSetController
This service is used to add privilege to set.
addRoles(String, String, long, Long, List<Long>, Long) - Method in class com.skava.auth.web.AuthGroupController
This service adds the specified list of roles into the requested authgroup
AddRolesToAuthGroupService - Interface in com.skava.auth.service.authgroup
An interface to represent the service implementation class for adding roles to auth group.
AddRolesToAuthGroupServiceImpl - Class in com.skava.auth.service.impl.authgroup
Service Implementation class which implements AddRolesToAuthGroupService and it handles the adding roles to auth group service request, process request and save the details in DB.
AddRolesToAuthGroupServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.AddRolesToAuthGroupServiceImpl
Instantiates a new AddRoleServiceImpl.
addRolesToClients(String, String, long, Long, List<ClientRolesVO>) - Method in class com.skava.auth.web.ClientRoleController
This service is used to add multiple roles to the multiple clients.
AddRolesToClientsRequest - Class in com.skava.auth.model.request.clientrole
Data transfer class holds the exchange data to transfer from controller to add roles of the clients.
AddRolesToClientsRequest() - Constructor for class com.skava.auth.model.request.clientrole.AddRolesToClientsRequest
The class constructor.
AddRolesToClientsService - Interface in com.skava.auth.service.clientrole
This interface is used to add roles to the users.
AddRolesToClientsServiceImpl - Class in com.skava.auth.service.impl.clientrole
This service class implements AddRolesToClientsService and handles the add client to role service request, process it and save the details in DB.
AddRolesToClientsServiceImpl() - Constructor for class com.skava.auth.service.impl.clientrole.AddRolesToClientsServiceImpl
The class constructor.
AddRolesToClientsValidator - Class in com.skava.auth.service.validator.clientrole
A class to define the service for validating request from the 'auth/clientRoles' API.
AddRolesToClientsValidator() - Constructor for class com.skava.auth.service.validator.clientrole.AddRolesToClientsValidator
 
addRolesToUsers(String, String, long, Long, List<UserRolesVO>) - Method in class com.skava.auth.web.UserRoleController
This service is used to add multiple roles to the multiple users.
AddRolesToUsersRequest - Class in com.skava.auth.model.request.userrole
Data transfer class holds the exchange data to transfer from controller to add roles of the users.
AddRolesToUsersRequest() - Constructor for class com.skava.auth.model.request.userrole.AddRolesToUsersRequest
The class constructor.
AddRolesToUsersService - Interface in com.skava.auth.service.userrole
This interface is used to add roles to the users.
AddRolesToUsersServiceImpl - Class in com.skava.auth.service.impl.userrole
This service class implements AddRolesToUsersService and handles the add user to role service request, process it and save the details in DB.
AddRolesToUsersServiceImpl() - Constructor for class com.skava.auth.service.impl.userrole.AddRolesToUsersServiceImpl
The class constructor.
AddRolesToUsersValidator - Class in com.skava.auth.service.validator.userrole
A class to define the service for validating request from the 'auth/userRoles' API.
AddRolesToUsersValidator() - Constructor for class com.skava.auth.service.validator.userrole.AddRolesToUsersValidator
 
AddRoleToAuthGroupServiceValidator - Class in com.skava.auth.service.validator.authgroup
A class to define the service for validating role inclusion to the authgroup request.
AddRoleToAuthGroupServiceValidator() - Constructor for class com.skava.auth.service.validator.authgroup.AddRoleToAuthGroupServiceValidator
 
addUserIdsPredicate(Predicate, List<Long>, Root<UserRole>, CriteriaBuilder) - Static method in class com.skava.auth.util.UserRoleUtil
 
addUsers(String, String, long, Long, List<Long>, Long) - Method in class com.skava.auth.web.AuthGroupController
This service adds a list of users into the requested authgroup.
AddUsersToAuthGroupService - Interface in com.skava.auth.service.authgroup
An interface to represent the service for adding users to authgroup.
AddUsersToAuthGroupServiceImpl - Class in com.skava.auth.service.impl.authgroup
This service class implements AddUsersToAuthGroupService and handles the add users to auth group service request, process it and save the details in DB.
AddUsersToAuthGroupServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.AddUsersToAuthGroupServiceImpl
The class constructor.
AggregatedAccessController - Class in com.skava.auth.web
 
AggregatedAccessController(AuthCommonServices) - Constructor for class com.skava.auth.web.AggregatedAccessController
 
AggregatedAccessResponse - Class in com.skava.auth.model.response.aggregatedaccess
 
AggregatedAccessResponse(String, String) - Constructor for class com.skava.auth.model.response.aggregatedaccess.AggregatedAccessResponse
 
AggregatedAccessService - Interface in com.skava.auth.service.aggregatedaccess
 
AggregatedAccessServiceImpl - Class in com.skava.auth.service.impl.aggregatedaccess
 
AggregatedAccessVO - Class in com.skava.auth.model.rest.entities
 
alg - Variable in class com.skava.auth.model.entities.QClientSecret
 
applicationType - Variable in class com.skava.auth.model.entities.QOAuthClient
 
attribute - Variable in class com.skava.auth.model.entities.QCollectionProperty
 
attributes - Variable in class com.skava.auth.model.entities.QUserRole
 
attributeValue - Variable in class com.skava.auth.model.entities.QGroupAttribute
 
attributeValue - Variable in class com.skava.auth.model.entities.QUserAttribute
 
AUTH_AGGREGATED_ACCESS_SUCCESS - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_BUSINESS_ID_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_BUSINESS_ID_MISMATCH - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_CATEGORY_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_CLIENT_AUTHORIZATION_FAILED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_CLIENT_ID_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_CLIENT_INVALID_RESPONSE_TYPE - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_CLIENT_REDIRECT_URI_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_CLIENT_ROLE_DELETED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_CLIENT_ROLE_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_CLIENT_SECRET_EXPIRED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_CLIENT_SESSION_DELETED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_CLIENTROLE_ADDED_ROUTING_KEY - Static variable in class com.skava.auth.constant.AuthConstants
Event - client role added routing key. auth.clientrole.added
AUTH_CLIENTROLE_UPDATED_ROUTING_KEY - Static variable in class com.skava.auth.constant.AuthConstants
Event - client role updated routing key. auth.userrole.updated
AUTH_CLIENTROLES_NOTFOUND - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_COLLECTION_ALREADY_EXISTS - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_COLLECTION_DESCRIPTION_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_COLLECTION_DOES_NOT_EXIST - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_COLLECTION_ID_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_COLLECTION_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_COLLECTION_NAME_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_COLLECTION_PROPERTIES_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_COLLECTION_PROPERTY_NAME_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_COLLECTION_PROPERTY_NOT_AVAILABLE - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_ENTITY_CREATION_SUCESS - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_EXCHANGE_TOPIC - Static variable in class com.skava.auth.constant.AuthConstants
Exchange topic - ecomm.
AUTH_EXPIRY_TIME_IN_MINS - Static variable in class com.skava.auth.constant.AuthConstants
AUTH_EXPIRY_TIME_IN_MINS
AUTH_EXPIRY_TIME_MINS - Static variable in class com.skava.auth.constant.AuthConstants
AUTH_EXPIRY_TIME_MINS
AUTH_FAILURE - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_FEATURE_ROLE_MAPPING_CREATED_SUCCESS - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_FEATURE_ROLE_MAPPING_DELETED_SUCCESS - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_FEATURE_ROLE_MAPPING_FOUND - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_FEATURE_ROLE_MAPPING_UPDATED_SUCCESS - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_FEATURESANDPRIVILEGEMAP_CREATED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_FEATURESANDPRIVILEGEMAP_DELETED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_FEATURESANDPRIVILEGEMAP_NOT_FOUND - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_FORBIDDEN - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_GRAND_CACHE_NAME - Static variable in class com.skava.auth.helper.CacheImpl
The Constant AUTH_GRAND_CACHE_NAME.
AUTH_INVALID_SESSIONID_REFRESHTOKEN - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_OAUTHCLIENT_APPLICATIONTYPE_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_OAUTHCLIENT_CREATE_FAILURE - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_OAUTHCLIENT_NAME_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_OAUTHCLIENT_NOTEXISTS - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_OAUTHCLIENT_REDIRECTURL_CANNOTBE_EMPTY - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_OAUTHCLIENT_UPDATE_FAILURE - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_OAUTHCLIENTS_NOTEXISTS - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_REFRESH_TOKEN_EXPIRED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_REFRESH_TOKEN_NOT_VALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_REQUEST_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_RESOURCE_NOT_FOUND - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_ROLE_NAME_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_ROLE_NOT_AVAILABLE - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_ROLES_ADDED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_SESSION_CREATED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_SESSION_NOT_AVAILABLE - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_SUCCESS - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_TOKEN_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_UNAUTHORIZED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_USER_ALREAY_MAPPED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_USER_ID_COUNT_EXCEEDED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_USER_ID_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_USER_ROLE_INVALID - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_USER_ROLE_NOT_MAPPED - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AUTH_USERROLE_ADDED_ROUTING_KEY - Static variable in class com.skava.auth.constant.AuthConstants
Event - user role added routing key. auth.userrole.added
AUTH_USERROLE_UPDATED_ROUTING_KEY - Static variable in class com.skava.auth.constant.AuthConstants
Event - user role updated routing key. auth.userrole.updated
AUTH_USERROLES_NOTFOUND - Enum constant in enum class com.skava.auth.constant.AuthResponseCodes
 
AuthApplication - Class in com.skava.auth
Spring boot application main class for Authorization MS.
AuthApplication() - Constructor for class com.skava.auth.AuthApplication
 
AuthCommonServices - Class in com.skava.auth.service
Class which encapsulates all the frequently used beans.
AuthCommonServices(FeaturesRoleMappingServices, FeaturesPrivelegeMappingServices, AggregatedAccessService) - Constructor for class com.skava.auth.service.AuthCommonServices
 
AuthConstants - Class in com.skava.auth.constant
This class contains the authorization constants used through-out the application.
AuthExceptionHandler - Class in com.skava.auth.helper
This class handles exceptions by constructing and returning the validation response with error codes and localized message.
AuthExceptionHandler() - Constructor for class com.skava.auth.helper.AuthExceptionHandler
Default constructor
AuthGrandManipluationUtil - Class in com.skava.auth.util
This class holds the authorization grant manipulation utility methods
AuthGrandManipluationUtil() - Constructor for class com.skava.auth.util.AuthGrandManipluationUtil
default constructor
authGroup - Static variable in class com.skava.auth.model.entities.QAuthGroup
 
authGroup - Variable in class com.skava.auth.model.entities.QGroupAttribute
 
AuthGroup - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `authgroup` entity.
AuthGroup() - Constructor for class com.skava.auth.model.entities.AuthGroup
Default Constructor.
AuthGroup(AuthGroupVO) - Constructor for class com.skava.auth.model.entities.AuthGroup
Instantiates a new authorization group.
AuthGroup(Long) - Constructor for class com.skava.auth.model.entities.AuthGroup
Class constructor with primary key of the Authorization group.
AuthGroupController - Class in com.skava.auth.web
This class act as a controller to handle the auth group's manipulation.
AuthGroupController() - Constructor for class com.skava.auth.web.AuthGroupController
Constructs a AuthGroupController with default member variables and member functions.
AuthGroupIdRequest - Class in com.skava.auth.model.request.authgroup
Data transfer class for transferring authorization group information to the service layer implementations from AuthGroupController.
AuthGroupIdRequest() - Constructor for class com.skava.auth.model.request.authgroup.AuthGroupIdRequest
The class constructor.
AuthGroupRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `authgroup` entity.
AuthGroupResponse - Class in com.skava.auth.model.response.authgroup
Data transfer class holds the authorization authgroup response data to transfer from service to controller.
AuthGroupResponse(String, AuthGroup) - Constructor for class com.skava.auth.model.response.authgroup.AuthGroupResponse
Instantiates new auth group response.
AuthGroupServices - Class in com.skava.auth.service
Class which encapsulates all the frequently used beans to manipulate `authgroup` entity.
AuthGroupServices() - Constructor for class com.skava.auth.service.AuthGroupServices
Default Constructor.
AuthGroupsResponse - Class in com.skava.auth.model.response.authgroup
Data transfer class holds the authorization authgroups as response data to transfer from service to controller.
AuthGroupsResponse(String, List<AuthGroup>) - Constructor for class com.skava.auth.model.response.authgroup.AuthGroupsResponse
Instantiates a new auth group response.
AuthGroupUtil - Class in com.skava.auth.util
 
AuthGroupVO - Class in com.skava.auth.model.rest.entities
Data transfer class contains the authgroup details.
AuthGroupVO() - Constructor for class com.skava.auth.model.rest.entities.AuthGroupVO
Construct a AuthGroupVO object with members.
AuthGroupVO(AuthGroup) - Constructor for class com.skava.auth.model.rest.entities.AuthGroupVO
Construct a AuthGroupVO object by parsing data from AuthGroup object.
AuthorizationConfig - Class in com.skava.auth.support.model
This class holds the authorization configuration
AuthorizationConfig(Map<String, String>) - Constructor for class com.skava.auth.support.model.AuthorizationConfig
constructor for authorization configuration
AuthorizationEventUtil - Class in com.skava.auth.util
 
AuthorizationRequestVO - Class in com.skava.auth.model.rest.entities
Data transfer class contains the client authorization request.
AuthorizationRequestVO(String, String, String, String, String, String, ClientUserVO) - Constructor for class com.skava.auth.model.rest.entities.AuthorizationRequestVO
Constructor to initialize the client authorization request.
AuthorizationResponseVO - Class in com.skava.auth.model.rest.entities
Data transfer class contains the client authorization request.
AuthorizationResponseVO(String, String, String, String, String, String) - Constructor for class com.skava.auth.model.rest.entities.AuthorizationResponseVO
 
authorize(String, Long, long, String, ClientUserVO, String, String, String, String, String, String, String, String) - Method in class com.skava.auth.web.OpenAuthClientController
This API authorize a OAuthClient.
AuthReleaseDefinition - Class in com.skava.release
 
AuthResponseCodes - Enum Class in com.skava.auth.constant
This Enumerator used as response exchange objects from services to controllers for both success and failures.
AuthServiceWebSecurityConfiguration - Class in com.skava.auth.security.config
Implementation class to support authorization component of the infosysequinox framework for role and privilege based authorization.
AuthServiceWebSecurityConfiguration() - Constructor for class com.skava.auth.security.config.AuthServiceWebSecurityConfiguration
The class constructor.
AuthSessionHandler - Class in com.skava.auth.helper
This class used to handle the user session operations like put token to the cache, get token from the cache, remove the session, etc.
AuthSessionHandler() - Constructor for class com.skava.auth.helper.AuthSessionHandler
Default constructor of the class.
AuthUtil - Class in com.skava.auth.util
This is a Utility class for Authorization model which contains validator and helper methods used in this service.
AuthValidatorComponent - Class in com.skava.auth.service.validator
A class to define the service for validating basic validation for all request.
AuthValidatorComponent() - Constructor for class com.skava.auth.service.validator.AuthValidatorComponent
 

B

baseEntity - Static variable in class com.skava.auth.model.entities.QBaseEntity
 
BaseEntity - Class in com.skava.auth.model.entities
This class represents the basic persistence information of the entity.
BaseEntity() - Constructor for class com.skava.auth.model.entities.BaseEntity
 
BOOLEAN - Enum constant in enum class com.skava.auth.model.entities.CollectionAttributeType
 
BUILD_DATE - Static variable in class com.skava.release.AuthReleaseDefinition
 
BUILD_NUMBER - Static variable in class com.skava.release.AuthReleaseDefinition
 
BUILD_VERSION - Static variable in class com.skava.release.AuthReleaseDefinition
 
buildClientEventData(EventClientComponent, List<ClientRolesVO>, CollectionVO, String, long) - Static method in class com.skava.auth.util.AuthorizationEventUtil
This method used to build event data
buildClientEventData(EventClientComponent, List<ClientRolesVO>, List<ClientRolesVO>, List<ClientRolesVO>, Collection, String, long) - Static method in class com.skava.auth.util.AuthorizationEventUtil
This method used to build event data
buildEventData(EventClientComponent, List<UserRolesVO>, CollectionVO, String, long) - Static method in class com.skava.auth.util.AuthorizationEventUtil
This method used to build event data
buildEventData(EventClientComponent, List<UserRolesVO>, List<UserRolesVO>, List<UserRolesVO>, Collection, String, long) - Static method in class com.skava.auth.util.AuthorizationEventUtil
This method used to build event data
buildResponse(MessageSource, Object) - Method in enum class com.skava.auth.constant.AuthResponseCodes
This method build and return the localized error response as validation error response when response from service is not successful.
buildSort(String) - Static method in class com.skava.auth.helper.search.SortUtil
Gets the sortStr name from request.
businessId - Variable in class com.skava.auth.model.entities.QClientRole
 
businessId - Variable in class com.skava.auth.model.entities.QCollection
 
businessId - Variable in class com.skava.auth.model.entities.QRole
 
businessId - Variable in class com.skava.auth.model.entities.QUserRole
 
businessId - Variable in class com.skava.auth.model.rest.entities.RoleVO
Holds a valid business identifier.

C

CACHE_KEY_DELIMITER - Static variable in class com.skava.auth.constant.AuthConstants
CACHE_KEY_DELIMITER
cacheClearByName(String) - Method in class com.skava.auth.AuthApplication
 
CacheImpl - Class in com.skava.auth.helper
This class used to handle the caching operation of the entities for quick response without accessing data repositories.
CacheImpl() - Constructor for class com.skava.auth.helper.CacheImpl
 
cacheNames() - Static method in class com.skava.auth.helper.CacheImpl
 
CacheUtil - Class in com.skava.auth.util
 
CLEAR_CACHE_SUCCESS - Static variable in enum class com.skava.auth.constant.AuthResponseCodes
 
CLEAR_SESSION_LIMIT - Static variable in class com.skava.auth.service.impl.session.CreateSessionServiceImpl
It denotes the active sessions limit to be cleared from DB.
clearCache(Set<String>) - Method in class com.skava.auth.helper.CacheImpl
 
clearOrchestrationCache(List<UserSession>, RedisTemplate<Object, Object>) - Static method in class com.skava.auth.util.SessionUtil
This method will clear the adminorchestration cache in redis
clearSession(String, UserSession, AuthCommonServices) - Static method in class com.skava.auth.util.SessionUtil
clearSession
client - Variable in class com.skava.auth.model.entities.QClientSecret
 
CLIENT_ID - Static variable in class com.skava.auth.constant.AuthConstants
Constant for clientId
CLIENT_SECRET_EXPIRY_YEARS - Static variable in class com.skava.auth.constant.AuthConstants
 
clientAttributes - Variable in class com.skava.auth.model.entities.QClientRole
 
clientId - Variable in class com.skava.auth.model.entities.QClientRole
 
clientId - Variable in class com.skava.auth.model.entities.QClientSession
 
clientId - Variable in class com.skava.auth.model.entities.QOAuthClient
 
clientName - Variable in class com.skava.auth.model.entities.QOAuthClient
 
clientRole - Static variable in class com.skava.auth.model.entities.QClientRole
 
ClientRole - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `client_role` entity.
ClientRole() - Constructor for class com.skava.auth.model.entities.ClientRole
The class constructor.
ClientRole(ClientRole, ClientRole, Collection) - Constructor for class com.skava.auth.model.entities.ClientRole
 
ClientRole(String, ClientRoleVO, Collection) - Constructor for class com.skava.auth.model.entities.ClientRole
 
ClientRole(String, ClientRoleVO, Long) - Constructor for class com.skava.auth.model.entities.ClientRole
 
ClientRoleController - Class in com.skava.auth.web
This class act as a controller to handle the client's role manipulation.
ClientRoleController() - Constructor for class com.skava.auth.web.ClientRoleController
Construct ClientRoleController object with members.
clientRoleName - Variable in class com.skava.auth.model.entities.QClientRole
 
ClientRoleRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `client_role` entity.
ClientRoleRepository.ClientRolePrivilegeProjection - Interface in com.skava.auth.repository
ClientRolePrivilegeProjection interface.
ClientRoleRequest - Class in com.skava.auth.model.request.clientrole
Data transfer class holds the exchange data to transfer from controller to find user's roles.
ClientRoleRequest(String, Set<ClientRoleVO>, Long, Long) - Constructor for class com.skava.auth.model.request.clientrole.ClientRoleRequest
 
ClientRoleServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `client_role` entity.
ClientRoleServices() - Constructor for class com.skava.auth.service.ClientRoleServices
Default Constructor.
ClientRolesEventPayLoad - Class in com.skava.auth.model.event
 
ClientRolesEventPayLoad(List<ClientRolesVO>, List<ClientRolesVO>, List<ClientRolesVO>) - Constructor for class com.skava.auth.model.event.ClientRolesEventPayLoad
parameterized constructor to initialize the members of this class.
ClientRolesVO - Class in com.skava.auth.model.rest.entities
Data transfer class holds the roles of the client.
ClientRolesVO() - Constructor for class com.skava.auth.model.rest.entities.ClientRolesVO
Default Constructor.
ClientRolesVO(String, Set<ClientRoleVO>) - Constructor for class com.skava.auth.model.rest.entities.ClientRolesVO
Constructor to initialize member variables.
ClientRoleUtil - Class in com.skava.auth.util
 
ClientRoleValidator - Class in com.skava.auth.service.validator.clientrole
A class to define the service for validating client role request.
ClientRoleValidator() - Constructor for class com.skava.auth.service.validator.clientrole.ClientRoleValidator
 
ClientRoleVO - Class in com.skava.auth.model.rest.entities
Data transfer class client's role association related information.
ClientRoleVO() - Constructor for class com.skava.auth.model.rest.entities.ClientRoleVO
Default Constructor.
ClientRoleVO(ClientRole) - Constructor for class com.skava.auth.model.rest.entities.ClientRoleVO
 
clientSecret - Static variable in class com.skava.auth.model.entities.QClientSecret
 
ClientSecret - Class in com.skava.auth.model.entities
This model class represents the persistence informations of the `client_secrets` entity.
ClientSecret(OAuthClient) - Constructor for class com.skava.auth.model.entities.ClientSecret
This constructor construct the ClientSecret for client.
ClientSecret(Long, OAuthClient) - Constructor for class com.skava.auth.model.entities.ClientSecret
This constructor construct the ClientSecret for existing client with new secret key.
clientSecretExpiresAt - Variable in class com.skava.auth.model.entities.QOAuthClient
 
ClientSecretRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `client_secrets` entity.
clientSession - Static variable in class com.skava.auth.model.entities.QClientSession
 
ClientSession - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `client_session` entity.
ClientSession(String, String, String, Long, Long, String) - Constructor for class com.skava.auth.model.entities.ClientSession
Constructor for client session entity.
ClientSessionController - Class in com.skava.auth.web
This class act as a controller to handle the Authorized session manipulation for clients.
ClientSessionController() - Constructor for class com.skava.auth.web.ClientSessionController
The class constructor.
clientSessionRepository - Variable in class com.skava.auth.service.impl.session.RepositoryBeans
client session repository
ClientSessionRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `client_session` entity.
ClientSessionRequest - Class in com.skava.auth.model.request.session
Data transfer class holds the exchange data to transfer from controller to create session service.
ClientSessionRequest() - Constructor for class com.skava.auth.model.request.session.ClientSessionRequest
Class constructor
ClientSessionResponse - Class in com.skava.auth.model.response.session
Data transfer class holds the session details as response data to transfer from service to controller.
ClientSessionResponse(String, ClientSessionVO) - Constructor for class com.skava.auth.model.response.session.ClientSessionResponse
 
ClientSessionServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `client_session` entity.
ClientSessionServices() - Constructor for class com.skava.auth.service.ClientSessionServices
 
ClientSessionVO - Class in com.skava.auth.model.rest.entities
Data transfer class holds the session information for request/response.
ClientSessionVO(Object) - Constructor for class com.skava.auth.model.rest.entities.ClientSessionVO
Instantiates a new session.
ClientsRoleRequest - Class in com.skava.auth.model.request.clientrole
Data transfer class holds the exchange data to transfer from controller to find clients' roles.
ClientsRoleRequest() - Constructor for class com.skava.auth.model.request.clientrole.ClientsRoleRequest
The class constructor.
ClientsRolesResponse - Class in com.skava.auth.model.response.clientrole
Data transfer class holds the list of client's role details as response data to transfer from service to controller.
ClientsRolesResponse(List<ClientRole>, Long, String) - Constructor for class com.skava.auth.model.response.clientrole.ClientsRolesResponse
Instantiates new roles response.
ClientsRolesResponse(List<ClientRole>, String) - Constructor for class com.skava.auth.model.response.clientrole.ClientsRolesResponse
Instantiates new roles response.
clientTokenExpirationFromCollection(Long) - Method in class com.skava.auth.service.impl.session.CreateClientSessionServiceImpl
This method load the session expired time from collection .
ClientUserVO - Class in com.skava.auth.model.rest.entities
Data transfer class contains the client authorization request.
ClientUserVO() - Constructor for class com.skava.auth.model.rest.entities.ClientUserVO
 
collection - Variable in class com.skava.auth.model.entities.QAuthGroup
 
collection - Variable in class com.skava.auth.model.entities.QClientRole
 
collection - Static variable in class com.skava.auth.model.entities.QCollection
 
collection - Variable in class com.skava.auth.model.entities.QCollectionProperty
 
collection - Variable in class com.skava.auth.model.entities.QOAuthClient
 
collection - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
collection - Variable in class com.skava.auth.model.entities.QUserRole
 
Collection - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `collection` entity.
Collection() - Constructor for class com.skava.auth.model.entities.Collection
The default class constructor.
Collection(CollectionVO, Long, Long) - Constructor for class com.skava.auth.model.entities.Collection
Instantiates a new collection entity.
Collection(Long) - Constructor for class com.skava.auth.model.entities.Collection
Instantiates a new collection with id as parameter.
COLLECTION_CACHE_NAME - Static variable in class com.skava.auth.helper.CacheImpl
The Constant COLLECTION_CACHE_NAME.
COLLECTION_ID - Static variable in class com.skava.auth.constant.AuthConstants
Constant for collectionId
collectionAttribute - Static variable in class com.skava.auth.model.entities.QCollectionAttribute
 
CollectionAttribute - Class in com.skava.auth.model.entities
This Model class represents the persistence information of the `collection_attribute` entity.
CollectionAttribute() - Constructor for class com.skava.auth.model.entities.CollectionAttribute
The class constructor.
CollectionAttribute(String) - Constructor for class com.skava.auth.model.entities.CollectionAttribute
 
CollectionAttributeController - Class in com.skava.auth.web
This class act as a controller to handle the collection attribute's manipulation.
CollectionAttributeController() - Constructor for class com.skava.auth.web.CollectionAttributeController
 
CollectionAttributeRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `collection_attribute` entity.
CollectionAttributesResponse - Class in com.skava.auth.model.response.collectionattribute
Data transfer class holds the list of collection attribute as response data to transfer from service to controller.
CollectionAttributesResponse(String, List<CollectionAttribute>) - Constructor for class com.skava.auth.model.response.collectionattribute.CollectionAttributesResponse
Instantiates a new collection attribute response.
CollectionAttributeType - Enum Class in com.skava.auth.model.entities
This Enumerator defines the possible types of the collection's attribute.
CollectionAttributeUtil - Class in com.skava.auth.util
 
CollectionAttributeVO - Class in com.skava.auth.model.rest.entities
Data transfer class contains the collection attribute details, such as name, type, etc.
CollectionAttributeVO(CollectionAttribute) - Constructor for class com.skava.auth.model.rest.entities.CollectionAttributeVO
Construct the CollectionAttributeVO object by parsing the CollectionAttribute object.
CollectionController - Class in com.skava.auth.web
The class act as a controller to handle collection manipulation.
CollectionController() - Constructor for class com.skava.auth.web.CollectionController
The class constructor.
CollectionCreateAndUpdateValidator - Class in com.skava.auth.service.validator.collection
A class to define the service for validating collection create or update request.
CollectionCreateAndUpdateValidator() - Constructor for class com.skava.auth.service.validator.collection.CollectionCreateAndUpdateValidator
default constructor.
collectionId - Variable in class com.skava.auth.model.entities.QFeaturesRoleMapping
 
collectionId - Variable in class com.skava.auth.model.entities.QRole
 
collectionId - Variable in class com.skava.auth.model.request.role.UpdateRoleRequest
The collection id.
collectionId - Variable in class com.skava.auth.model.rest.entities.GetFullPrivilegeSetVO
Holds a valid collection identifier of this microservice.
collectionId - Variable in class com.skava.auth.model.rest.entities.RoleVO
Holds a valid collection identifier of this microservice.
CollectionPropertiesResponse - Class in com.skava.auth.model.response.collectionproperty
Data transfer class holds the list of collection property as response data to transfer from service to controller.
CollectionPropertiesResponse(List<CollectionProperty>) - Constructor for class com.skava.auth.model.response.collectionproperty.CollectionPropertiesResponse
Instantiates a new collection properties response.
CollectionPropertiesUpdateValidator - Class in com.skava.auth.service.validator.collectionproperty
A class to define the service for validating collection properties update request.
CollectionPropertiesUpdateValidator() - Constructor for class com.skava.auth.service.validator.collectionproperty.CollectionPropertiesUpdateValidator
 
collectionProperty - Static variable in class com.skava.auth.model.entities.QCollectionProperty
 
CollectionProperty - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `collection_properties` entity.
CollectionProperty() - Constructor for class com.skava.auth.model.entities.CollectionProperty
The default class constructor.
CollectionProperty(Collection, CollectionAttribute, CollectionPropertyVO) - Constructor for class com.skava.auth.model.entities.CollectionProperty
Instantiates a new collection property.
CollectionPropertyController - Class in com.skava.auth.web
The class act as a controller to handle collection's properties manipulation.
CollectionPropertyController() - Constructor for class com.skava.auth.web.CollectionPropertyController
The class constructor.
collectionPropertyRepository - Variable in class com.skava.auth.service.impl.session.RepositoryBeans
collection property repository
CollectionPropertyRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `collection_properties` entity.
CollectionPropertyResponse - Class in com.skava.auth.model.response.collectionproperty
Data transfer class holds the collection property as response data to transfer from service to controller.
CollectionPropertyResponse(String, CollectionProperty) - Constructor for class com.skava.auth.model.response.collectionproperty.CollectionPropertyResponse
Instantiates a new collection property response.
CollectionPropertyServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `collection_properties` entity.
CollectionPropertyServices() - Constructor for class com.skava.auth.service.CollectionPropertyServices
 
CollectionPropertyUtil - Class in com.skava.auth.util
 
CollectionPropertyVO - Class in com.skava.auth.model.rest.entities
Data transfer class contains collection property details, such as name and value.
CollectionPropertyVO() - Constructor for class com.skava.auth.model.rest.entities.CollectionPropertyVO
Construct CollectionPropertyVO object with members.
CollectionPropertyVO(CollectionProperty) - Constructor for class com.skava.auth.model.rest.entities.CollectionPropertyVO
Construct CollectionPropertyVO object by parsing CollectionProperty object.
CollectionPropertyVO(String, String) - Constructor for class com.skava.auth.model.rest.entities.CollectionPropertyVO
 
collectionRepository - Variable in class com.skava.auth.service.validator.AuthValidatorComponent
The collection repository.
CollectionRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `collection` entity.
CollectionResponse - Class in com.skava.auth.model.response.collection
Data transfer class holds the collection details as response data to transfer from service to controller.
CollectionResponse(CollectionVO) - Constructor for class com.skava.auth.model.response.collection.CollectionResponse
Instantiates a new auth collection response.
CollectionServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `collection` entity.
CollectionServices() - Constructor for class com.skava.auth.service.CollectionServices
 
CollectionsResponse - Class in com.skava.auth.model.response.collection
Data transfer class holds the list of collection as response data to transfer from service to controller.
CollectionsResponse(List<Collection>, PageableInfo) - Constructor for class com.skava.auth.model.response.collection.CollectionsResponse
Instantiates a new auth collections response.
CollectionStatus - Enum Class in com.skava.auth.model.entities
This Enumerator defines the possible status of the collection.
CollectionUtil - Class in com.skava.auth.util
 
CollectionVO - Class in com.skava.auth.model.rest.entities
Data transfer class holds the data for collection related operations, such as businessId, name, properties, status, etc.
CollectionVO() - Constructor for class com.skava.auth.model.rest.entities.CollectionVO
Construct CollectionVO object with members.
CollectionVO(Collection, boolean) - Constructor for class com.skava.auth.model.rest.entities.CollectionVO
Construct CollectionVO object by parsing Collection object.
com.skava.auth - package com.skava.auth
Spring boot application main classes for Authorization MS.
com.skava.auth.constant - package com.skava.auth.constant
Classes for Constant strings and responses.
com.skava.auth.exception - package com.skava.auth.exception
Classes for exception handling.
com.skava.auth.helper - package com.skava.auth.helper
Support classes for access controlling, exception handling, session handling and caching.
com.skava.auth.helper.search - package com.skava.auth.helper.search
Support classes for searching and sorting.
com.skava.auth.model.entities - package com.skava.auth.model.entities
Models to represent the entity classes.
com.skava.auth.model.event - package com.skava.auth.model.event
This package contains models of events
com.skava.auth.model.request - package com.skava.auth.model.request
Data transfer classes to transfer data from controller to implementation with the help interface.
com.skava.auth.model.request.authgroup - package com.skava.auth.model.request.authgroup
Data transfer classes for authorization group to transfer data from AuthGroupController to service.
com.skava.auth.model.request.clientrole - package com.skava.auth.model.request.clientrole
Data transfer classes for user role to transfer data from ClientRoleController to service.
com.skava.auth.model.request.collection - package com.skava.auth.model.request.collection
Data transfer classes for collection to transfer data from CollectionController to service.
com.skava.auth.model.request.collectionproperty - package com.skava.auth.model.request.collectionproperty
Data transfer classes for collection property to transfer data from CollectionPropertyController to service.
com.skava.auth.model.request.dynamicprivilege - package com.skava.auth.model.request.dynamicprivilege
Data transfer classes for dynamic privilege to transfer data from DynamicPrivilegeController to service.
com.skava.auth.model.request.groupattribute - package com.skava.auth.model.request.groupattribute
Data transfer classes for group attribute to transfer data from GroupAttributeController to service.
com.skava.auth.model.request.oauthclient - package com.skava.auth.model.request.oauthclient
Data transfer classes for dynamic privilege to transfer data from DynamicPrivilegeController to service.
com.skava.auth.model.request.privilege - package com.skava.auth.model.request.privilege
Data transfer classes for privilege to transfer data from PrivilegeController to service.
com.skava.auth.model.request.privilegeset - package com.skava.auth.model.request.privilegeset
Data transfer classes for privilege set to transfer data from PrivilegeSetController to service.
com.skava.auth.model.request.role - package com.skava.auth.model.request.role
Data transfer classes for role to transfer data from RoleController to service.
com.skava.auth.model.request.session - package com.skava.auth.model.request.session
Data transfer classes for session to transfer data from SessionController to service.
com.skava.auth.model.request.userattribute - package com.skava.auth.model.request.userattribute
Data transfer classes for user attribute to transfer data from UserAttributeController to service.
com.skava.auth.model.request.userrole - package com.skava.auth.model.request.userrole
Data transfer classes for user role to transfer data from UserRoleController to service.
com.skava.auth.model.response.aggregatedaccess - package com.skava.auth.model.response.aggregatedaccess
AggregatedAccess response related classes
com.skava.auth.model.response.authgroup - package com.skava.auth.model.response.authgroup
Data transfer classes for authorization group to transfer data from service to AuthGroupController.
com.skava.auth.model.response.clientrole - package com.skava.auth.model.response.clientrole
Data transfer classes for user role to transfer data from service to ClientRoleController.
com.skava.auth.model.response.collection - package com.skava.auth.model.response.collection
Data transfer classes for collection to transfer data from service to CollectionController.
com.skava.auth.model.response.collectionattribute - package com.skava.auth.model.response.collectionattribute
Data transfer classes for collection attribute to transfer data from service to CollectionAttributeController.
com.skava.auth.model.response.collectionproperty - package com.skava.auth.model.response.collectionproperty
Data transfer classes for collection property to transfer data from service to CollectionPropertyController.
com.skava.auth.model.response.dynamicprivilege - package com.skava.auth.model.response.dynamicprivilege
Data transfer classes for dynamic privilege to transfer data from service to DynamicPrivilegeController.
com.skava.auth.model.response.featuresprivilegemapping - package com.skava.auth.model.response.featuresprivilegemapping
Data transfer classes for privilege to transfer data from PrivilegeController to service.
com.skava.auth.model.response.featuresrolemapping - package com.skava.auth.model.response.featuresrolemapping
Response classes for FeaturesRoleMapping.
com.skava.auth.model.response.groupattribute - package com.skava.auth.model.response.groupattribute
Data transfer classes for group attribute to transfer data from service to GroupAttributeController.
com.skava.auth.model.response.oauthclient - package com.skava.auth.model.response.oauthclient
Data transfer classes for OAuthClient to transfer data from service to OAuthClientController.
com.skava.auth.model.response.privilege - package com.skava.auth.model.response.privilege
Data transfer classes for privilege to transfer data from service to PrivilegeController.
com.skava.auth.model.response.privilegeset - package com.skava.auth.model.response.privilegeset
Data transfer classes for privilege set to transfer data from service to PrivilegeSetController.
com.skava.auth.model.response.role - package com.skava.auth.model.response.role
Data transfer classes for role to transfer data from service to RoleController.
com.skava.auth.model.response.session - package com.skava.auth.model.response.session
Data transfer classes for session to transfer data from service to SessionController.
com.skava.auth.model.response.userattribute - package com.skava.auth.model.response.userattribute
Data transfer classes for user attribute to transfer data from service to UserAttributeController.
com.skava.auth.model.response.userrole - package com.skava.auth.model.response.userrole
Data transfer classes for user role to transfer data from service to UserRoleController.
com.skava.auth.model.rest.entities - package com.skava.auth.model.rest.entities
Data transfer classes for entities to hold the entity related informations.
com.skava.auth.repository - package com.skava.auth.repository
Repository classes to represent the data access layer of the entities.
com.skava.auth.security.config - package com.skava.auth.security.config
Implementation classes of the security interfaces to support the role and privilege based access control.
com.skava.auth.service - package com.skava.auth.service
Classes to represent service layer of the entities.
com.skava.auth.service.aggregatedaccess - package com.skava.auth.service.aggregatedaccess
AggregatedAccess service related classes
com.skava.auth.service.authgroup - package com.skava.auth.service.authgroup
Interface classes to represent the service layer of the authorization group.
com.skava.auth.service.clientrole - package com.skava.auth.service.clientrole
Interfaces to represent the service layer of the client role.
com.skava.auth.service.collection - package com.skava.auth.service.collection
Interface classes to represent the service layer of the collection.
com.skava.auth.service.collection.attribute - package com.skava.auth.service.collection.attribute
Interface classes to represent the service layer of the collection attribute.
com.skava.auth.service.collectionproperty - package com.skava.auth.service.collectionproperty
Interface classes to represent the service layer of the collection property.
com.skava.auth.service.dynamicprivilege - package com.skava.auth.service.dynamicprivilege
Interface classes to represent the service layer of the dynamic privilege.
com.skava.auth.service.featuresprivilegemapping - package com.skava.auth.service.featuresprivilegemapping
Interfaces to represent the service layer of the privilege.
com.skava.auth.service.featuresrolemapping - package com.skava.auth.service.featuresrolemapping
Service classes for FeaturesRoleMapping.
com.skava.auth.service.groupattribute - package com.skava.auth.service.groupattribute
Interface classes to represent the service layer of the group attribute.
com.skava.auth.service.impl.aggregatedaccess - package com.skava.auth.service.impl.aggregatedaccess
AggregatedAccess serviceImpl related classes
com.skava.auth.service.impl.authgroup - package com.skava.auth.service.impl.authgroup
Implementation classes to represent the service layer implementations of the group attribute.
com.skava.auth.service.impl.clientrole - package com.skava.auth.service.impl.clientrole
Implementation classes to represent the service layer implementations of the client role.
com.skava.auth.service.impl.collection - package com.skava.auth.service.impl.collection
Implementation classes to represent the service layer implementations of the collection.
com.skava.auth.service.impl.collection.attribute - package com.skava.auth.service.impl.collection.attribute
Implementation classes to represent the service layer implementations of the collection attribute.
com.skava.auth.service.impl.collectionproperty - package com.skava.auth.service.impl.collectionproperty
Implementation classes to represent the service layer implementations of the collection property.
com.skava.auth.service.impl.dynamicprivilege - package com.skava.auth.service.impl.dynamicprivilege
Implementation classes to represent the service layer implementations of the dynamic privilege.
com.skava.auth.service.impl.featuresprivilegemapping - package com.skava.auth.service.impl.featuresprivilegemapping
Implementation classes to represent the service layer implementations of the privilege.
com.skava.auth.service.impl.featuresrolemapping - package com.skava.auth.service.impl.featuresrolemapping
Service Impl classes for FeaturesRoleMapping.
com.skava.auth.service.impl.groupattribute - package com.skava.auth.service.impl.groupattribute
Implementation classes to represent the service layer implementations of the group attribute.
com.skava.auth.service.impl.outhclient - package com.skava.auth.service.impl.outhclient
Implementation classes to represent the service layer implementations of the collection.
com.skava.auth.service.impl.privilege - package com.skava.auth.service.impl.privilege
Implementation classes to represent the service layer implementations of the privilege.
com.skava.auth.service.impl.privilegeset - package com.skava.auth.service.impl.privilegeset
Implementation classes to represent the service layer implementations of the privilege set.
com.skava.auth.service.impl.role - package com.skava.auth.service.impl.role
Implementation classes to represent the service layer implementations of the role.
com.skava.auth.service.impl.session - package com.skava.auth.service.impl.session
Implementation classes to represent the service layer implementations of the session.
com.skava.auth.service.impl.userattribute - package com.skava.auth.service.impl.userattribute
Implementation classes to represent the service layer implementations of the user attribute.
com.skava.auth.service.impl.userrole - package com.skava.auth.service.impl.userrole
Implementation classes to represent the service layer implementations of the user role.
com.skava.auth.service.oauthclient - package com.skava.auth.service.oauthclient
Interface classes to represent the service layer of the collection.
com.skava.auth.service.privilege - package com.skava.auth.service.privilege
Interfaces to represent the service layer of the privilege.
com.skava.auth.service.privilegeset - package com.skava.auth.service.privilegeset
Interfaces to represent the service layer of the privilege set.
com.skava.auth.service.role - package com.skava.auth.service.role
Interfaces to represent the service layer of the role.
com.skava.auth.service.session - package com.skava.auth.service.session
Interfaces to represent the service layer of the session.
com.skava.auth.service.userattribute - package com.skava.auth.service.userattribute
Interfaces to represent the service layer of the user attribute.
com.skava.auth.service.userrole - package com.skava.auth.service.userrole
Interfaces to represent the service layer of the user role.
com.skava.auth.service.validator - package com.skava.auth.service.validator
Classes to validate the request from the controllers to service implementations.
com.skava.auth.service.validator.authgroup - package com.skava.auth.service.validator.authgroup
Classes to validate the request from the AuthGroupController to service implementations.
com.skava.auth.service.validator.clientrole - package com.skava.auth.service.validator.clientrole
Classes to validate the request from the ClientRoleController to service implementations.
com.skava.auth.service.validator.collection - package com.skava.auth.service.validator.collection
Classes to validate the request from the CollectionController to service implementations.
com.skava.auth.service.validator.collectionproperty - package com.skava.auth.service.validator.collectionproperty
Classes to validate the request from the CollectionPropertyController to service implementations.
com.skava.auth.service.validator.featuresrolemapping - package com.skava.auth.service.validator.featuresrolemapping
Implementation classes to represent the service layer implementations of the collection.
com.skava.auth.service.validator.privilegeset - package com.skava.auth.service.validator.privilegeset
Classes to validate the request from the PrivilegeSetController to service implementations.
com.skava.auth.service.validator.role - package com.skava.auth.service.validator.role
Classes to validate the request from the RoleController to service implementations.
com.skava.auth.service.validator.session - package com.skava.auth.service.validator.session
Classes to validate the request from the SessionController to service implementations.
com.skava.auth.service.validator.userrole - package com.skava.auth.service.validator.userrole
Classes to validate the request from the UserRoleController to service implementations.
com.skava.auth.support - package com.skava.auth.support
Classes to support sso based authorization.
com.skava.auth.support.model - package com.skava.auth.support.model
Model classes for sso based authorization.
com.skava.auth.util - package com.skava.auth.util
Support classes for hold the reusable functionalities.
com.skava.auth.web - package com.skava.auth.web
Controller classes to represent the entry point of the REST service.
com.skava.release - package com.skava.release
This package contains details about release such as release version, release date etc.
conditionFlag - Variable in class com.skava.auth.model.entities.QPrivilege
 
configure(SpringApplicationBuilder) - Method in class com.skava.auth.ExternalTomcatServletInitializer
 
CONST_API_VERSION_DEFAULT - Static variable in class com.skava.auth.helper.AuthExceptionHandler
CONST_API_VERSION_DEFAULT holds the api version default vlaue
contactEmail - Variable in class com.skava.auth.model.entities.QOAuthClient
 
CONVERT_FILTER - Static variable in class com.skava.auth.constant.AuthConstants
Constant for convertFilter
convertFilter(String, EntityManager, Class<T>) - Static method in class com.skava.auth.util.QueryDSLSearchUtil
This method will convert the old filter format to QueryDSL format.
convertToList(Collection<T>) - Static method in class com.skava.auth.util.JavaCollectionUtil
This method returns the list from any type of collection.
createAuthGroup(AuthGroupVO, AuthGroupRepository) - Static method in class com.skava.auth.util.AuthGroupUtil
This method create a new AuthGroup with given details.
createAuthGroup(String, String, long, AuthGroupVO, Long) - Method in class com.skava.auth.web.AuthGroupController
This service is used to create authorization group and returns the created resource as response when the request is valid other wise validation error response will be return as a response with respective http status code using service implementation.
CreateAuthGroupService - Interface in com.skava.auth.service.authgroup
An interface to represent the service for creating auth group.
CreateAuthGroupServiceImpl - Class in com.skava.auth.service.impl.authgroup
This service class implements CreateAuthGroupService and handles the create auth group service request, process it and save the details in DB.
CreateAuthGroupServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.CreateAuthGroupServiceImpl
The class constructor.
createClientAccessToken(HttpServletRequest, String, OAuthClientAccessTokenVO, Long) - Method in class com.skava.auth.web.OpenAuthClientController
 
createClientRefreshToken(String, String, Long, TextEncryptor) - Static method in class com.skava.auth.util.SessionUtil
 
createClientSession(String, Long, AuthGrantedAuthority, boolean, long, AuthSessionHandler, ClientSessionRepository) - Static method in class com.skava.auth.util.SessionUtil
 
CreateClientSessionService - Interface in com.skava.auth.service.session
An interface to define the service for creating session for clients.
CreateClientSessionServiceImpl - Class in com.skava.auth.service.impl.session
This serivce class implements CreateClientSessionService and handles the client session creation service request, process it and retrieve the details from DB.
CreateClientSessionServiceImpl() - Constructor for class com.skava.auth.service.impl.session.CreateClientSessionServiceImpl
Default constructor.
CreateClientSessionValidator - Class in com.skava.auth.service.validator.session
This class used to validate the request of create session.
CreateClientSessionValidator() - Constructor for class com.skava.auth.service.validator.session.CreateClientSessionValidator
default constructor.
createCollection(Collection, CollectionRepository) - Static method in class com.skava.auth.util.CollectionUtil
 
createCollection(String, Long, long, String, CollectionVO, String) - Method in class com.skava.auth.web.CollectionController
This API creates a collection.
CreateCollectionService - Interface in com.skava.auth.service.collection
An interface to represent the service for creating the collection.
CreateCollectionServiceImpl - Class in com.skava.auth.service.impl.collection
This service class implements CreateCollectionService and handles the create collection service request, process it and save the details in DB.
CreateCollectionServiceImpl() - Constructor for class com.skava.auth.service.impl.collection.CreateCollectionServiceImpl
The class constructor.
createdBy - Variable in class com.skava.auth.model.entities.BaseEntity
This method return the resource creator's user identifier.
createdBy - Variable in class com.skava.auth.model.entities.QAuthGroup
 
createdBy - Variable in class com.skava.auth.model.entities.QBaseEntity
 
createdBy - Variable in class com.skava.auth.model.entities.QClientSession
 
createdBy - Variable in class com.skava.auth.model.entities.QCollection
 
createdBy - Variable in class com.skava.auth.model.entities.QCollectionProperty
 
createdBy - Variable in class com.skava.auth.model.entities.QDescriptiveEntity
 
createdBy - Variable in class com.skava.auth.model.entities.QDynamicPrivilege
 
createdBy - Variable in class com.skava.auth.model.entities.QGroupAttribute
 
createdBy - Variable in class com.skava.auth.model.entities.QPrivilege
 
createdBy - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
createdBy - Variable in class com.skava.auth.model.entities.QRole
 
createdBy - Variable in class com.skava.auth.model.entities.QUserAttribute
 
createdBy - Variable in class com.skava.auth.model.entities.QUserSession
 
createdBy - Variable in class com.skava.auth.model.rest.entities.GetFullPrivilegeSetVO
Holds the user identifier who has created this entry.
createdBy - Variable in class com.skava.auth.model.rest.entities.RoleVO
Holds the user identifier who has created this Role.
createdTimestamp - Variable in class com.skava.auth.model.entities.BaseEntity
This method return the resource created time.
createdTimestamp - Variable in class com.skava.auth.model.entities.QAuthGroup
 
createdTimestamp - Variable in class com.skava.auth.model.entities.QBaseEntity
 
createdTimestamp - Variable in class com.skava.auth.model.entities.QCollection
 
createdTimestamp - Variable in class com.skava.auth.model.entities.QCollectionProperty
 
createdTimestamp - Variable in class com.skava.auth.model.entities.QDescriptiveEntity
 
createdTimestamp - Variable in class com.skava.auth.model.entities.QDynamicPrivilege
 
createdTimestamp - Variable in class com.skava.auth.model.entities.QGroupAttribute
 
createdTimestamp - Variable in class com.skava.auth.model.entities.QPrivilege
 
createdTimestamp - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
createdTimestamp - Variable in class com.skava.auth.model.entities.QRole
 
createdTimestamp - Variable in class com.skava.auth.model.entities.QUserAttribute
 
createdTimestamp - Variable in class com.skava.auth.model.rest.entities.GetFullPrivilegeSetVO
Holds the created timestamp of this entry.
createdTimestamp - Variable in class com.skava.auth.model.rest.entities.RoleVO
Holds the created timestamp of this Role.
createDynamicPrivilege(DynamicPrivilegeVO, DynamicPrivilegeRepository) - Static method in class com.skava.auth.util.DynamicPrivilegeUtil
 
createDynamicPrivilege(String, String, long, DynamicPrivilegeVO, Long) - Method in class com.skava.auth.web.DynamicPrivilegeController
This service is used to create a new dynamic privileges for privilege set.
CreateDynamicPrivilegeService - Interface in com.skava.auth.service.dynamicprivilege
An interface to represent the service for creating the dynamic privilege.
CreateDynamicPrivilegeServiceImpl - Class in com.skava.auth.service.impl.dynamicprivilege
This service class implements CreateDynamicPrivilegeService and handles the create dynamic privilege service request, process it and save the details in DB.
CreateDynamicPrivilegeServiceImpl() - Constructor for class com.skava.auth.service.impl.dynamicprivilege.CreateDynamicPrivilegeServiceImpl
 
createFeaturePrivilegeMapping(String, String, FeaturesPrivilegeMappingVO) - Method in class com.skava.auth.web.FeaturesPrivilegeMappingController
This service is used to create features and privilege map based on the given privilege data.
createFeatureRoleMapping(String, String, Long, Long, FeaturesRoleMappingVO) - Method in class com.skava.auth.web.FeaturesRoleMappingController
 
CreateFeaturesPrivilegeMappingService - Interface in com.skava.auth.service.featuresprivilegemapping
An interface to define the service for creating privilege.
CreateFeaturesPrivilegeMappingServiceImpl - Class in com.skava.auth.service.impl.featuresprivilegemapping
This service class implements CreatePrivilegeService and handles the create privilege service request, process it and save the details in DB.
CreateFeaturesPrivilegeMappingServiceImpl() - Constructor for class com.skava.auth.service.impl.featuresprivilegemapping.CreateFeaturesPrivilegeMappingServiceImpl
The class constructor.
CreateFeaturesPrivilegeMappingServiceImpl(FeaturesPrivilegeMappingRepository, MessageSource) - Constructor for class com.skava.auth.service.impl.featuresprivilegemapping.CreateFeaturesPrivilegeMappingServiceImpl
 
CreateFeaturesRoleMappingService - Interface in com.skava.auth.service.featuresrolemapping
CreateFeaturesRoleMappingService
CreateFeaturesRoleMappingServiceImpl - Class in com.skava.auth.service.impl.featuresrolemapping
 
createGroupAttribute(GroupAttributeVO, GroupAttributeRepository) - Static method in class com.skava.auth.util.GroupAttributeUtil
 
createGroupAttribute(String, String, long, GroupAttributeVO, String, Long) - Method in class com.skava.auth.web.GroupAttributeController
This service creates a new group attribute.
CreateGroupAttributeService - Interface in com.skava.auth.service.groupattribute
An interface to represent the service for creating the group attribute.
CreateGroupAttributeServiceImpl - Class in com.skava.auth.service.impl.groupattribute
This service class implements CreateGroupAttributeService and handles the create group attribute service request, process it and save the details in DB.
CreateGroupAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.groupattribute.CreateGroupAttributeServiceImpl
Instantiates a new CreateGroupAttributeServiceImpl.
createIdToken(String, Authentication, AuthorizationRequestVO, OAuthClient, Long, MessageSource) - Static method in class com.skava.auth.util.OAuthUtil
This method creates the id_token for the user who wishes to access the client application.
CreateOAuthClientAccessTokenService - Interface in com.skava.auth.service.oauthclient
 
CreateOAuthClientAccessTokenServiceImpl - Class in com.skava.auth.service.impl.outhclient
Class to create access_token for client based on clientId and clientSecret
CreateOAuthClientAccessTokenServiceImpl() - Constructor for class com.skava.auth.service.impl.outhclient.CreateOAuthClientAccessTokenServiceImpl
constructor
CreateOAuthClientService - Interface in com.skava.auth.service.oauthclient
An interface to represent the service for creating the collection.
CreateOAuthClientServiceImpl - Class in com.skava.auth.service.impl.outhclient
This service class implements CreateOauthClientService and handles the CreateOauthClient service request, process it and save the details in DB.
CreateOAuthClientServiceImpl() - Constructor for class com.skava.auth.service.impl.outhclient.CreateOAuthClientServiceImpl
The class constructor.
createOpenIdClient(HttpServletRequest, String, long, Long, String, OAuthClientVO, String) - Method in class com.skava.auth.web.OpenAuthClientController
This API creates a OAuthClient.
createPrivilege(PrivilegeVO, Long, PrivilegeRepository) - Static method in class com.skava.auth.util.PrivilegeUtil
 
createPrivilege(String, Long, String, long, PrivilegeVO) - Method in class com.skava.auth.web.PrivilegeController
This service is used to create privilege based on the given privilege data.
CreatePrivilegeService - Interface in com.skava.auth.service.privilege
An interface to define the service for creating privilege.
CreatePrivilegeServiceImpl - Class in com.skava.auth.service.impl.privilege
This service class implements CreatePrivilegeService and handles the create privilege service request, process it and save the details in DB.
CreatePrivilegeServiceImpl() - Constructor for class com.skava.auth.service.impl.privilege.CreatePrivilegeServiceImpl
The class constructor.
createPrivilegeSet(PrivilegeSetVO, PrivilegeSetRepository) - Static method in class com.skava.auth.util.PrivilegeSetUtil
 
createPrivilegeSet(String, String, long, PrivilegeSetVO, Long, String) - Method in class com.skava.auth.web.PrivilegeSetController
This service is used to create privilege set based on the given privilege set data.
CreatePrivilegeSetService - Interface in com.skava.auth.service.privilegeset
An interface to define the service for creating privilegeset.
CreatePrivilegeSetServiceImpl - Class in com.skava.auth.service.impl.privilegeset
This service class implements CreatePrivilegeSetService and handles the create privilege set service request, process it and save the details in DB.
CreatePrivilegeSetServiceImpl() - Constructor for class com.skava.auth.service.impl.privilegeset.CreatePrivilegeSetServiceImpl
The class constructor.
createRefreshToken(Long, Long, Long, TextEncryptor) - Static method in class com.skava.auth.util.SessionUtil
 
createRole(RoleVO, Long, Long, RoleRepository) - Static method in class com.skava.auth.util.RoleUtil
 
createRole(RoleVO, Set<Privilege>, Long, Long, RoleRepository) - Static method in class com.skava.auth.util.RoleUtil
 
createRole(String, String, long, RoleVO, Long, Long) - Method in class com.skava.auth.web.RoleController
This service is used to create role.
CreateRoleService - Interface in com.skava.auth.service.role
An interface to define the service for creating role.
CreateRoleServiceImpl - Class in com.skava.auth.service.impl.role
This service class implements CreateRoleService and handles the role creation service request, process it and save the details in DB.
CreateRoleServiceImpl() - Constructor for class com.skava.auth.service.impl.role.CreateRoleServiceImpl
The class constructor.
CreateRoleValidator - Class in com.skava.auth.service.validator.role
A class to define the service for validating create role request.
CreateRoleValidator() - Constructor for class com.skava.auth.service.validator.role.CreateRoleValidator
 
createSecretKey(Long, String) - Method in class com.skava.auth.web.SecretkeyController
 
createSession(Long, Long, AuthGrantedAuthority, boolean, long, AuthSessionHandler, UserSessionRepository) - Static method in class com.skava.auth.util.SessionUtil
 
createSession(String, String, long, Long, String, boolean, Long, Long, boolean) - Method in class com.skava.auth.web.SessionController
This service is used to create session based on given user identifier for user who have the roles.
createSession(String, String, long, String, Long, Long) - Method in class com.skava.auth.web.ClientSessionController
This service is used to create session based on given client identifier for client who have the roles.
CreateSessionService - Interface in com.skava.auth.service.session
An interface to define the service for creating session.
CreateSessionServiceImpl - Class in com.skava.auth.service.impl.session
This serivce class implements CreateSessionService and handles the session creation service request, process it and retrieve the details from DB.
CreateSessionServiceImpl() - Constructor for class com.skava.auth.service.impl.session.CreateSessionServiceImpl
Default constructor.
CreateSessionValidator - Class in com.skava.auth.service.validator.session
This class used to validate the request of create session.
CreateSessionValidator() - Constructor for class com.skava.auth.service.validator.session.CreateSessionValidator
default constructor.
CreateUpdateFeaturesRoleMappingValidator - Class in com.skava.auth.service.validator.featuresrolemapping
CreateUpdateFeaturesRoleMappingValidator
CreateUpdateFeaturesRoleMappingValidator() - Constructor for class com.skava.auth.service.validator.featuresrolemapping.CreateUpdateFeaturesRoleMappingValidator
 
createuserAttribute(UserAttributeVO, UserAttributeRepository) - Static method in class com.skava.auth.util.UserAttributeUtil
 
createUserAttribute(String, String, long, UserAttributeVO, Long, String) - Method in class com.skava.auth.web.UserAttributeController
This service is used to create a privilege attribute for the given user identifiers.
CreateUserAttributeService - Interface in com.skava.auth.service.userattribute
An interface to define the service for creating user attribute.
CreateUserAttributeServiceImpl - Class in com.skava.auth.service.impl.userattribute
This service class implements CreateUserAttributeService and handles the create user attribute service request, process it and save the details in DB.
CreateUserAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.userattribute.CreateUserAttributeServiceImpl
Instantiates a new CreateUserAttributeServiceImpl.
CRLF_PATTERN - Static variable in class com.skava.auth.web.RoleController
The Constant CRLF_PATTERN Regex.
CUSTOM_ROLE_TYPE - Static variable in class com.skava.auth.util.AuthGrandManipluationUtil
 
customConfigure(HttpSecurity) - Method in class com.skava.auth.security.config.AuthServiceWebSecurityConfiguration
 
customize() - Method in class com.skava.auth.AuthApplication
 

D

DEBUG_MESSAGE_FORMAT - Static variable in class com.skava.auth.constant.AuthConstants
Debug Message format
decryptBearerToken(TextEncryptor, String) - Static method in class com.skava.auth.util.AuthUtil
 
DEFAULT_ACCOUNT_ID - Static variable in class com.skava.auth.util.AuthGrandManipluationUtil
 
DEFAULT_LIMIT - Static variable in class com.skava.auth.helper.AuthExceptionHandler
 
DEFAULT_LIMIT - Static variable in class com.skava.auth.web.CollectionController
 
DEFAULT_LIMIT - Static variable in class com.skava.auth.web.DynamicPrivilegeController
 
DEFAULT_LIMIT - Static variable in class com.skava.auth.web.GroupAttributeController
 
DEFAULT_LIMIT - Static variable in class com.skava.auth.web.PrivilegeController
 
DEFAULT_LIMIT - Static variable in class com.skava.auth.web.PrivilegeSetController
 
DEFAULT_LIMIT - Static variable in class com.skava.auth.web.UserAttributeController
 
DEFAULT_PAGE_NUMBER - Static variable in class com.skava.auth.util.PaginationUtil
default page number.
DEFAULT_PAGE_SIZE - Static variable in class com.skava.auth.util.PaginationUtil
default pagination limit.
DEFAULT_ROLE_SERVICE - Static variable in class com.skava.auth.util.AuthGrandManipluationUtil
 
DEFAULT_ROLE_TYPE - Static variable in class com.skava.auth.util.AuthGrandManipluationUtil
 
DEFAULT_SIZE_WITHPRIVILEGES - Static variable in class com.skava.auth.util.PaginationUtil
default page size for loading roles with privileges.
defaultValue - Variable in class com.skava.auth.model.entities.QCollectionAttribute
 
defaultValue - Variable in class com.skava.auth.model.rest.entities.CollectionAttributeVO
The default value of the attribute.
deleteAllSessionByClientId(String, CacheImpl) - Method in interface com.skava.auth.repository.ClientSessionRepository
 
deleteAllSessionByUserId(Long, CacheImpl) - Method in interface com.skava.auth.repository.UserSessionRepository
 
deleteAuthGroup(AuthGroup, AuthGroupRepository) - Static method in class com.skava.auth.util.AuthGroupUtil
 
deleteAuthGroup(String, String, long, Long, Long) - Method in class com.skava.auth.web.AuthGroupController
This service deletes the requested authgroup under the given collection.
DeleteAuthGroupService - Interface in com.skava.auth.service.authgroup
An interface to represent the service for deleting the auth group.
DeleteAuthGroupServiceImpl - Class in com.skava.auth.service.impl.authgroup
This service class implements DeleteAuthGroupService and handles the delete an auth group service request, process it and save the details in DB.
DeleteAuthGroupServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.DeleteAuthGroupServiceImpl
The class constructor.
deleteByClientIdAndCollectionId(String, Long) - Method in interface com.skava.auth.repository.OAuthClientRepository
This method will delete the OAuthClient by querying the database by client id and collection id.
deleteCache(String) - Method in class com.skava.auth.helper.CacheImpl
deleteCache.
deleteCacheWithKey(String, String) - Method in class com.skava.auth.helper.CacheImpl
deleteCacheWithKey.
deleteClientRole(String, Long) - Method in class com.skava.auth.service.impl.clientrole.DeleteClientRolesServiceImpl
This method is used to delete roles of the client.
deleteClientRoles(String, String, long, Long, Long, String, String) - Method in class com.skava.auth.web.ClientRoleController
This service is used to add roles to the client and also validate already existing client's roles.
DeleteClientRolesService - Interface in com.skava.auth.service.clientrole
This interface is used to delete roles to the clients.
DeleteClientRolesServiceImpl - Class in com.skava.auth.service.impl.clientrole
This service class implements DeleteClientRolesService and handles the delete roles of the client.
DeleteClientRolesServiceImpl() - Constructor for class com.skava.auth.service.impl.clientrole.DeleteClientRolesServiceImpl
The class constructor.
DeleteClientSessionService - Interface in com.skava.auth.service.session
An interface to define the service for deleting client session.
DeleteClientSessionServiceImpl - Class in com.skava.auth.service.impl.session
This service class implements DeleteSessionService and handles the role deletion service request, process it and save the details in DB.
DeleteClientSessionServiceImpl() - Constructor for class com.skava.auth.service.impl.session.DeleteClientSessionServiceImpl
The class constructor.
DELETED - Enum constant in enum class com.skava.auth.model.entities.CollectionStatus
 
deleteDynamicPrivilege(DynamicPrivilege, DynamicPrivilegeRepository) - Static method in class com.skava.auth.util.DynamicPrivilegeUtil
 
deleteDynamicPrivilege(String, String, long, Long, Long) - Method in class com.skava.auth.web.DynamicPrivilegeController
This service deletes the specified dynamic privilege.
DeleteDynamicPrivilegeService - Interface in com.skava.auth.service.dynamicprivilege
An interface to represent the service for deleting the dynamic privilege.
DeleteDynamicPrivilegeServiceImpl - Class in com.skava.auth.service.impl.dynamicprivilege
This service class implements DeleteDynamicPrivilegeService and handles the delete dynamic privilege service request, process it and save the details in DB.
DeleteDynamicPrivilegeServiceImpl() - Constructor for class com.skava.auth.service.impl.dynamicprivilege.DeleteDynamicPrivilegeServiceImpl
The class constructor.
deleteFeaturePrivilegeMapping(FeaturesPrivilegeMapping, FeaturesPrivilegeMappingRepository) - Static method in class com.skava.auth.util.FeaturesPrivilegeMappingUtil
 
deleteFeaturePrivilegeMapping(String, String, Long) - Method in class com.skava.auth.web.FeaturesPrivilegeMappingController
This service is used to delete privilege for which feature id given in request.
deleteFeatureRoleMapping(FeaturesRoleMapping, FeaturesRoleMappingRepository) - Static method in class com.skava.auth.util.FeaturesRoleMappingUtil
 
deleteFeatureRoleMapping(String, String, Long, Long, Long) - Method in class com.skava.auth.web.FeaturesRoleMappingController
This service deletes the feature privilege using the roleID.
DeleteFeaturesPrivilegeMappingService - Interface in com.skava.auth.service.featuresprivilegemapping
An interface to define the service for creating privilege.
DeleteFeaturesPrivilegeMappingServiceImpl - Class in com.skava.auth.service.impl.featuresprivilegemapping
This service class implements CreatePrivilegeService and handles the create privilege service request, process it and save the details in DB.
DeleteFeaturesPrivilegeMappingServiceImpl() - Constructor for class com.skava.auth.service.impl.featuresprivilegemapping.DeleteFeaturesPrivilegeMappingServiceImpl
The class constructor.
DeleteFeaturesPrivilegeMappingServiceImpl(FeaturesPrivilegeMappingRepository) - Constructor for class com.skava.auth.service.impl.featuresprivilegemapping.DeleteFeaturesPrivilegeMappingServiceImpl
DeleteFeaturesAndPrivilegeMapServiceImpl
DeleteFeaturesRoleMappingService - Interface in com.skava.auth.service.featuresrolemapping
DeleteFeaturesRoleMappingService
DeleteFeaturesRoleMappingServiceImpl - Class in com.skava.auth.service.impl.featuresrolemapping
 
DeleteFeaturesRoleMappingServiceImpl() - Constructor for class com.skava.auth.service.impl.featuresrolemapping.DeleteFeaturesRoleMappingServiceImpl
The class constructor.
deleteGroupAttribute(GroupAttribute, GroupAttributeRepository) - Static method in class com.skava.auth.util.GroupAttributeUtil
 
deleteGroupAttribute(String, String, long, Long, String, Long) - Method in class com.skava.auth.web.GroupAttributeController
This service deletes the specified group attribute.
DeleteGroupAttributeService - Interface in com.skava.auth.service.groupattribute
An interface to represent the service for deleting the group attribute.
DeleteGroupAttributeServiceImpl - Class in com.skava.auth.service.impl.groupattribute
This service class implements DeleteGroupAttributeService and handles the delete group attribute service request, process it and save the details in DB.
DeleteGroupAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.groupattribute.DeleteGroupAttributeServiceImpl
Instantiates a new DeleteGroupAttributeServiceImpl.
deleteOAuthClient(String, Long, Long, String, long, String) - Method in class com.skava.auth.web.OpenAuthClientController
This service is used to delete oauth clients for the given clientId and collectionId.
DeleteOAuthClientService - Interface in com.skava.auth.service.oauthclient
An interface to represent the service for deleting a OAuthClient.
DeleteOAuthClientServiceImpl - Class in com.skava.auth.service.impl.outhclient
This service class implements DeleteOAuthClientService and handles the delete OAuthClient service request, process it and save the details in DB.
DeleteOAuthClientServiceImpl() - Constructor for class com.skava.auth.service.impl.outhclient.DeleteOAuthClientServiceImpl
The class constructor.
deletePrivilege(Privilege, PrivilegeRepository) - Static method in class com.skava.auth.util.PrivilegeUtil
 
deletePrivilege(String, Long, String, long, Long) - Method in class com.skava.auth.web.PrivilegeController
This service is used to delete privilege for which privilege id given in request.
deletePrivilegeFromSet(String, String, long, Long, Set<PrivilegeCollectionMapRequest>, Long, String) - Method in class com.skava.auth.web.PrivilegeSetController
This service is used to delete privilege from set.
DeletePrivilegeService - Interface in com.skava.auth.service.privilege
An interface to define the service for deleting privilege.
DeletePrivilegeServiceImpl - Class in com.skava.auth.service.impl.privilege
This service class implements DeletePrivilegeService and handles the delete privilege service request, process it and save the details in DB.
DeletePrivilegeServiceImpl() - Constructor for class com.skava.auth.service.impl.privilege.DeletePrivilegeServiceImpl
The class constructor.
deletePrivilegeSet(PrivilegeSet, PrivilegeSetRepository) - Static method in class com.skava.auth.util.PrivilegeSetUtil
 
deletePrivilegeSet(String, String, long, Long, Long, String) - Method in class com.skava.auth.web.PrivilegeSetController
This service is used to delete privilege set.
DeletePrivilegeSetService - Interface in com.skava.auth.service.privilegeset
An interface to define the service for deleting privilege set.
DeletePrivilegeSetServiceImpl - Class in com.skava.auth.service.impl.privilegeset
This service class implements DeletePrivilegeSetService and handles the delete privilege set service request, process it and save the details in DB.
DeletePrivilegeSetServiceImpl() - Constructor for class com.skava.auth.service.impl.privilegeset.DeletePrivilegeSetServiceImpl
The class constructor.
deleteRole(Role, RoleRepository) - Static method in class com.skava.auth.util.RoleUtil
 
deleteRole(String, String, long, Long, Long, Long) - Method in class com.skava.auth.web.RoleController
This service is used to delete role based on role identifier and collection identifier.
deleteRoles(String, String, long, Long, List<Long>, Long) - Method in class com.skava.auth.web.AuthGroupController
This service removes the specified list of roles from the requested authgroup.
DeleteRoleService - Interface in com.skava.auth.service.role
An interface to define the service for deleting role.
DeleteRoleServiceImpl - Class in com.skava.auth.service.impl.role
This service class implements DeleteRoleService and handles the role deletion service request, process it and delete the details in DB.
DeleteRoleServiceImpl() - Constructor for class com.skava.auth.service.impl.role.DeleteRoleServiceImpl
The class constructor.
deleteSession(String, long, String) - Method in class com.skava.auth.web.ClientSessionController
This service is used to remove a session using session identifier also validate session's availability in cache.
deleteSession(String, long, String, boolean) - Method in class com.skava.auth.web.SessionController
This service is used to remove a session using session identifier also validate session's availability in cache.
DeleteSessionService - Interface in com.skava.auth.service.session
An interface to define the service for deleting session.
DeleteSessionServiceImpl - Class in com.skava.auth.service.impl.session
This service class implements DeleteSessionService and handles the role deletion service request, process it and save the details in DB.
DeleteSessionServiceImpl() - Constructor for class com.skava.auth.service.impl.session.DeleteSessionServiceImpl
The class constructor.
DeleteSessionValidator - Class in com.skava.auth.service.validator.session
A class to define the service for validating delete session request.
DeleteSessionValidator() - Constructor for class com.skava.auth.service.validator.session.DeleteSessionValidator
 
deleteUserAttribute(UserAttribute, UserAttributeRepository) - Static method in class com.skava.auth.util.UserAttributeUtil
 
deleteUserAttribute(String, String, long, Long, Long, String) - Method in class com.skava.auth.web.UserAttributeController
This service is used to delete user's privilege attribute based on given user attribute identifier.
DeleteUserAttributeService - Interface in com.skava.auth.service.userattribute
An interface to define the service for deleting user attribute.
DeleteUserAttributeServiceImpl - Class in com.skava.auth.service.impl.userattribute
This serivce class implements DeleteUserAttributeService and handles the delete user attribute service request, process it and delete from DB.
DeleteUserAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.userattribute.DeleteUserAttributeServiceImpl
Instantiates a new DeleteUserAttributeServiceImpl.
deleteUserRole(Long, Long) - Method in class com.skava.auth.service.impl.userrole.DeleteUserRolesServiceImpl
This method is used to delete roles of the user.
deleteUserRoles(String, String, long, Long, Long, Long, String) - Method in class com.skava.auth.web.UserRoleController
This service is used to add roles to the user and also validate already existing user's roles.
DeleteUserRolesService - Interface in com.skava.auth.service.userrole
This interface is used to add roles to the users.
DeleteUserRolesServiceImpl - Class in com.skava.auth.service.impl.userrole
This service class implements DeleteUserRolesService and handles the delete roles of the user.
DeleteUserRolesServiceImpl() - Constructor for class com.skava.auth.service.impl.userrole.DeleteUserRolesServiceImpl
The class constructor.
deleteUsers(String, String, long, Long, List<Long>, Long) - Method in class com.skava.auth.web.AuthGroupController
This service deletes the list of users from the specified authgroup.
description - Variable in class com.skava.auth.model.entities.DescriptiveEntity
The description.
description - Variable in class com.skava.auth.model.entities.QAuthGroup
 
description - Variable in class com.skava.auth.model.entities.QCollection
 
description - Variable in class com.skava.auth.model.entities.QCollectionAttribute
 
description - Variable in class com.skava.auth.model.entities.QDescriptiveEntity
 
description - Variable in class com.skava.auth.model.entities.QPrivilege
 
description - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
description - Variable in class com.skava.auth.model.entities.QRole
 
description - Variable in class com.skava.auth.model.rest.entities.CollectionAttributeVO
The description of the attribute.
description - Variable in class com.skava.auth.model.rest.entities.GetFullPrivilegeSetVO
Holds the description of the Privilege Set.
description - Variable in class com.skava.auth.model.rest.entities.PrivilegeVO
Refers to the description of the privilege.
description - Variable in class com.skava.auth.model.rest.entities.RoleVO
Holds a description of the Role.
descriptiveEntity - Static variable in class com.skava.auth.model.entities.QDescriptiveEntity
 
DescriptiveEntity - Class in com.skava.auth.model.entities
This class represents the basic persistence information of the entity.
DescriptiveEntity() - Constructor for class com.skava.auth.model.entities.DescriptiveEntity
 
DocketUtil - Class in com.skava.auth.util
This is a holds the docket utility methods.
dynamicPrivilege - Static variable in class com.skava.auth.model.entities.QDynamicPrivilege
 
DynamicPrivilege - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `dynamic_privilege` entity.
DynamicPrivilege() - Constructor for class com.skava.auth.model.entities.DynamicPrivilege
The default class constructor.
DynamicPrivilege(DynamicPrivilegeVO) - Constructor for class com.skava.auth.model.entities.DynamicPrivilege
Instantiates a new dynamic privilege.
DynamicPrivilegeController - Class in com.skava.auth.web
The class act as a controller to handle dynamic privilege manipulation.
DynamicPrivilegeController() - Constructor for class com.skava.auth.web.DynamicPrivilegeController
The class constructor.
DynamicPrivilegeRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `dynamicprivilege` entity.
DynamicPrivilegeResponse - Class in com.skava.auth.model.response.dynamicprivilege
Data transfer class holds the dynamic privilege as response data to transfer from service to controller.
DynamicPrivilegeResponse(String, DynamicPrivilege) - Constructor for class com.skava.auth.model.response.dynamicprivilege.DynamicPrivilegeResponse
Instantiates a new dynamic privilege response.
DynamicPrivilegeServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `dynamic_privilege` entity.
DynamicPrivilegeServices() - Constructor for class com.skava.auth.service.DynamicPrivilegeServices
 
DynamicPrivilegesResponse - Class in com.skava.auth.model.response.dynamicprivilege
Data transfer class holds the list of dynamic privilege as response data to transfer from service to controller.
DynamicPrivilegesResponse(String, List<DynamicPrivilege>) - Constructor for class com.skava.auth.model.response.dynamicprivilege.DynamicPrivilegesResponse
Instantiates a new dynamic privileges response.
DynamicPrivilegeUtil - Class in com.skava.auth.util
 
DynamicPrivilegeVO - Class in com.skava.auth.model.rest.entities
Data transfer class contains the privilege and privilege set mapping details.
DynamicPrivilegeVO() - Constructor for class com.skava.auth.model.rest.entities.DynamicPrivilegeVO
Construct DynamicPrivilegeVO object with members.
DynamicPrivilegeVO(DynamicPrivilege) - Constructor for class com.skava.auth.model.rest.entities.DynamicPrivilegeVO
Construct DynamicPrivilegeVO object by parsing DynamicPrivilege object.
dynmaicPrivileges - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 

E

e - Variable in class com.skava.auth.model.entities.QClientSecret
 
endTime - Variable in class com.skava.auth.model.entities.QClientSession
 
endTime - Variable in class com.skava.auth.model.entities.QUserSession
 
entity - Variable in class com.skava.auth.model.entities.QPrivilege
 
entity - Variable in class com.skava.auth.model.rest.entities.PrivilegeVO
Refers to the entity/resource name of the privilege.
ENUM - Enum constant in enum class com.skava.auth.model.entities.CollectionAttributeType
 
ENUM_MULTISELECT - Enum constant in enum class com.skava.auth.model.entities.CollectionAttributeType
 
EQUAL_OPERATION - Static variable in class com.skava.auth.util.QueryDSLSearchUtil
 
equals(Object) - Method in class com.skava.auth.model.entities.ClientRole
 
equals(Object) - Method in class com.skava.auth.model.entities.CollectionAttribute
equals(Object) - Method in class com.skava.auth.model.entities.CollectionProperty
equals(Object) - Method in class com.skava.auth.model.entities.UserRole
 
existsByClientIdAndCollectionId(String, long) - Method in interface com.skava.auth.repository.OAuthClientRepository
existsByClientIdAndCollectionId - To check if an oauth client exists for the given clientId and collectionId.
existsByIdAndBusinessId(Long, Long) - Method in interface com.skava.auth.repository.CollectionRepository
Service definition to check collection exists by id and business id.
existsByNameIgnoreCaseAndBusinessId(String, Long) - Method in interface com.skava.auth.repository.CollectionRepository
This method will check and return the result of collection duplication.
ExternalTomcatServletInitializer - Class in com.skava.auth
This class is used to configure the external tomcat server with Spring Boot application Not applicable for embedded tomcat with Spring Boot application
ExternalTomcatServletInitializer() - Constructor for class com.skava.auth.ExternalTomcatServletInitializer
 

F

featureDescription - Variable in class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
featureDescription - Variable in class com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
feature_Description
featureName - Variable in class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
featureName - Variable in class com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
feature_Name
FeaturesPrivelegeMappingServices - Class in com.skava.auth.service
FeaturesPrivelegeMappingServices
featuresPrivilegeMapping - Static variable in class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
featuresPrivilegeMapping - Variable in class com.skava.auth.model.entities.QFeaturesRoleMapping
 
FeaturesPrivilegeMapping - Class in com.skava.auth.model.entities
Data transfer class holds the exchange data to transfer from controller to find privilege by id service.
FeaturesPrivilegeMapping() - Constructor for class com.skava.auth.model.entities.FeaturesPrivilegeMapping
The class constructor.
FeaturesPrivilegeMapping(FeaturesPrivilegeMappingVO) - Constructor for class com.skava.auth.model.entities.FeaturesPrivilegeMapping
Instantiates a new privilege.
FeaturesPrivilegeMappingController - Class in com.skava.auth.web
This class act as a controller to handle the FeaturePrivilegeMapping manipulation.
FeaturesPrivilegeMappingController() - Constructor for class com.skava.auth.web.FeaturesPrivilegeMappingController
The class constructor.
FeaturesPrivilegeMappingController(AuthCommonServices) - Constructor for class com.skava.auth.web.FeaturesPrivilegeMappingController
 
FeaturesPrivilegeMappingRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `FeatureAndPrivilegeMapRepository` entity.
FeaturesPrivilegeMappingResponse - Class in com.skava.auth.model.response.featuresprivilegemapping
Data transfer class holds the privilege details as response data to transfer from service to controller.
FeaturesPrivilegeMappingResponse(String, FeaturesPrivilegeMapping) - Constructor for class com.skava.auth.model.response.featuresprivilegemapping.FeaturesPrivilegeMappingResponse
Instantiates new privilege response.
FeaturesPrivilegeMappingUtil - Class in com.skava.auth.util
FeaturesPrivilegeMappingUtil
FeaturesPrivilegeMappingVO - Class in com.skava.auth.model.rest.entities
Data transfer class hold the privilege information for request/response.
FeaturesPrivilegeMappingVO() - Constructor for class com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
The class constructor.
FeaturesPrivilegeMappingVO(FeaturesPrivilegeMapping) - Constructor for class com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
Instantiates a new privilege.
featuresRoleMapping - Static variable in class com.skava.auth.model.entities.QFeaturesRoleMapping
 
FeaturesRoleMapping - Class in com.skava.auth.model.entities
This class represents the features role mapping.
FeaturesRoleMapping() - Constructor for class com.skava.auth.model.entities.FeaturesRoleMapping
 
FeaturesRoleMapping(FeaturesRoleMappingVO) - Constructor for class com.skava.auth.model.entities.FeaturesRoleMapping
Instantiates a new feature role.
FeaturesRoleMappingController - Class in com.skava.auth.web
 
FeaturesRoleMappingController(AuthCommonServices) - Constructor for class com.skava.auth.web.FeaturesRoleMappingController
 
FeaturesRoleMappingRepository - Interface in com.skava.auth.repository
FeaturesRoleMappingRepository
FeaturesRoleMappingResponse - Class in com.skava.auth.model.response.featuresrolemapping
Future Role Mapping
FeaturesRoleMappingResponse(String, FeaturesRoleMapping) - Constructor for class com.skava.auth.model.response.featuresrolemapping.FeaturesRoleMappingResponse
 
FeaturesRoleMappingResponse(String, List<FeaturesRoleMapping>) - Constructor for class com.skava.auth.model.response.featuresrolemapping.FeaturesRoleMappingResponse
 
FeaturesRoleMappingServices - Class in com.skava.auth.service
FeaturesRoleMappingServices
FeaturesRoleMappingUtil - Class in com.skava.auth.util
FeaturesRoleMappingUtil
FeaturesRoleMappingVO - Class in com.skava.auth.model.rest.entities
FeaturesRoleMappingVO
FeaturesRoleMappingVO() - Constructor for class com.skava.auth.model.rest.entities.FeaturesRoleMappingVO
 
FeaturesRoleMappingVO(FeaturesRoleMapping) - Constructor for class com.skava.auth.model.rest.entities.FeaturesRoleMappingVO
 
FILE - Enum constant in enum class com.skava.auth.model.entities.CollectionAttributeType
 
filterCollections(Long, String, String, int, int, CollectionRepository, EntityManager) - Static method in class com.skava.auth.util.CollectionUtil
This method is used to search collection.
findAll(Specification<ClientRole>) - Method in interface com.skava.auth.repository.ClientRoleRepository
 
findAll(Specification<ClientRole>, Sort) - Method in interface com.skava.auth.repository.ClientRoleRepository
 
findAll(Specification<Collection>, Pageable) - Method in interface com.skava.auth.repository.CollectionRepository
Service definition to find all collections.
findAll(Specification<Role>, Pageable) - Method in interface com.skava.auth.repository.RoleRepository
 
findAll(Specification<UserRole>) - Method in interface com.skava.auth.repository.UserRoleRepository
 
findAll(Specification<UserRole>, Pageable) - Method in interface com.skava.auth.repository.UserRoleRepository
 
findAll(Specification<UserRole>, Sort) - Method in interface com.skava.auth.repository.UserRoleRepository
 
findAllBusinessLevelGroupPrivilegesByUserId(Long) - Method in interface com.skava.auth.repository.PrivilegeRepository
findAllBusinessLevelGroupPrivilegesByUserId
findAllBusinessLevelGroupRolesByUserId(Long) - Method in interface com.skava.auth.repository.RoleRepository
 
findAllBusinessLevelRolePrivilegesByUserId(Long) - Method in interface com.skava.auth.repository.PrivilegeRepository
findAllBusinessLevelRolePrivilegesByUserId
findAllBusinessLevelUserRolesByUserId(Long) - Method in interface com.skava.auth.repository.RoleRepository
 
findAllBusinessRolesByUserIdAndCollectionId(Long, Long) - Method in interface com.skava.auth.repository.RoleRepository
Find by user id and collection id and get all roles including business id.
findAllByClientId(String) - Method in interface com.skava.auth.repository.ClientRoleRepository
This method return roles of client in all business.
findAllByClientIdAndBusinessId(String, Long) - Method in interface com.skava.auth.repository.ClientRoleRepository
This method return roles of client in the business.
findAllByClientIdAndCollectionId(String, Long) - Method in interface com.skava.auth.repository.ClientRoleRepository
 
findAllByClientIdAndStatus(String, int) - Method in interface com.skava.auth.repository.ClientSessionRepository
 
findAllByCollectionId(Long, Pageable) - Method in interface com.skava.auth.repository.AuthGroupRepository
Service definition to find auth group by collection id
findAllByCollectionId(Long, Pageable) - Method in interface com.skava.auth.repository.OAuthClientRepository
Service definition to find client by collection id
findAllByCollectionIdAndUserids(Long, Long) - Method in interface com.skava.auth.repository.AuthGroupRepository
Service definition to find auth group by collection id and user id.
findAllByCollectionIdAndUseridsIn(Long, Set<Long>) - Method in interface com.skava.auth.repository.AuthGroupRepository
Service definition to find auth group by collection id and user id.
findAllByRoleName(String) - Method in interface com.skava.auth.repository.UserRoleRepository
 
findAllByUserId(Long) - Method in interface com.skava.auth.repository.UserRoleRepository
This method return roles of user in all business.
findAllByUserIdAndBusinessId(Long, Long) - Method in interface com.skava.auth.repository.UserRoleRepository
This method return roles of user in the business.
findAllByUserIdAndCollectionId(Long, Long) - Method in interface com.skava.auth.repository.UserRoleRepository
 
findAllByUserIdAndStatus(Long, int) - Method in interface com.skava.auth.repository.UserSessionRepository
 
findAllByUserIdAndStatusOrderByStartTimeDesc(Long, int, Pageable) - Method in interface com.skava.auth.repository.UserSessionRepository
 
findAllByUserids(Long) - Method in interface com.skava.auth.repository.AuthGroupRepository
Service definition to find auth group by user ids.
findAllByUseridsIn(Set<Long>) - Method in interface com.skava.auth.repository.AuthGroupRepository
Service definition to find auth group by user ids.
findAllClientRolesAndPrivilegesByClientIdAndCollectionId(String, Long) - Method in interface com.skava.auth.repository.ClientRoleRepository
 
findAllCollectionLevelGroupPrivilegesByUserId(Long) - Method in interface com.skava.auth.repository.PrivilegeRepository
findAllCollectionLevelGroupPrivilegesByUserId
findAllCollectionLevelRolePrivilegesByUserId(Long) - Method in interface com.skava.auth.repository.PrivilegeRepository
findAllCollectionLevelRolePrivilegesByUserId
findAllDynamicGroupPrivilegesByUserId(Long) - Method in interface com.skava.auth.repository.PrivilegeRepository
findAllDynamicGroupPrivilegesByUserId
findAllDynamicRolePrivilegesByUserId(Long) - Method in interface com.skava.auth.repository.PrivilegeRepository
findAllDynamicRolePrivilegesByUserId
findAllGroupAttributesByUserId(Long) - Method in interface com.skava.auth.repository.GroupAttributeRepository
Service definition to find all group attributes by user id.
findAllRolesByUserIdAndCollectionId(List<Long>, Long) - Method in interface com.skava.auth.repository.RoleRepository
 
findAllUserAttributesByUserId(Long) - Method in interface com.skava.auth.repository.UserAttributeRepository
Service definition to find all user attributes by user id.
findAllUserRolesAndPrivilegesByUserIdAndCollectionId(Long, Long) - Method in interface com.skava.auth.repository.UserRoleRepository
 
findBusinessRolesByUserIdAndCollectionId(Long, Long) - Method in interface com.skava.auth.repository.RoleRepository
Find by user id and collection id and get all roles including business id.
findByAttributeNameAndCollectionId(String, Long) - Method in interface com.skava.auth.repository.CollectionPropertyRepository
Service definition to find attributes by name and collection id.
findByClientId(String) - Method in interface com.skava.auth.repository.OAuthClientRepository
 
findByClientIdAndCollectionId(String, Long) - Method in interface com.skava.auth.repository.OAuthClientRepository
This method returns the OAuthClient by querying the database by client id and collection id.
findByClientIdAndPrivateKey(Long, String) - Method in interface com.skava.auth.repository.ClientSecretRepository
 
findByCollectionId(Long, Pageable) - Method in interface com.skava.auth.repository.PrivilegeSetRepository
Find by collection id.
findById(long) - Method in interface com.skava.auth.repository.FeaturesPrivilegeMappingRepository
Retrieves an entity by its id.
findById(Long) - Method in interface com.skava.auth.repository.CollectionRepository
 
findByIdAndBusinessId(Long, Long) - Method in interface com.skava.auth.repository.CollectionRepository
Service definition to find collection by id and business id.
findByNameAndBusinessIdInAndCollectionIdIn(String, List<Long>, List<Long>) - Method in interface com.skava.auth.repository.RoleRepository
 
findByNameAndCollectionIdIn(String, List<Long>) - Method in interface com.skava.auth.repository.RoleRepository
 
findByNameIn(List<String>) - Method in interface com.skava.auth.repository.RoleRepository
 
findByPrivilegeIdAndAuthGroupId(Long, Long) - Method in interface com.skava.auth.repository.GroupAttributeRepository
 
findByPrivilegeIdAndUserId(Long, Long) - Method in interface com.skava.auth.repository.UserAttributeRepository
Service definition to find user attribute by privilege and user id.
findByPrivilegeSetId(Long) - Method in interface com.skava.auth.repository.DynamicPrivilegeRepository
Service definition to find privilegeSetId by privilege id.
findByRoleIdAndCollectionId(Long, Long) - Method in interface com.skava.auth.repository.FeaturesRoleMappingRepository
 
findByRoleIdAndCollectionIdAndFeaturesPrivilegeMapping(Long, Long, FeaturesPrivilegeMapping) - Method in interface com.skava.auth.repository.FeaturesRoleMappingRepository
 
findByServiceAndActionAndEntity(String, String, String) - Method in interface com.skava.auth.repository.PrivilegeRepository
 
findByServiceAndLevelLessThanEqual(String, Long) - Method in interface com.skava.auth.repository.PrivilegeRepository
findByServiceAndLevelLessThanEqual.
findByUserIdAndRoleName(Long, String) - Method in interface com.skava.auth.repository.UserRoleRepository
 
findByUserIdAndRoleNameIn(Long, List<String>) - Method in interface com.skava.auth.repository.UserRoleRepository
 
findTopByBusinessId(Long) - Method in interface com.skava.auth.repository.CollectionRepository
Service definition to find collection by business id.
findTopBySessionId(String) - Method in interface com.skava.auth.repository.ClientSessionRepository
Service definition to find client session by session id.
findTopBySessionId(String) - Method in interface com.skava.auth.repository.UserSessionRepository
Service definition to find user session by session id.
FLOAT - Enum constant in enum class com.skava.auth.model.entities.CollectionAttributeType
 

G

generateClientSecret(OAuthClient) - Static method in class com.skava.auth.util.OAuthKeyUtil
generateClientSecret - This function is used to generate the client secret for new client application.
generatePredicateForGeneralParams(List<SearchCriteria>, Root<T>, CriteriaBuilder, Predicate) - Static method in class com.skava.auth.util.SearchUtil
 
GET_COLLECTION - Static variable in class com.skava.auth.constant.AuthConstants
Constant for getCollection
GET_VALIDATOR - Static variable in class com.skava.auth.constant.AuthConstants
 
getAccountId() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
getAction() - Method in interface com.skava.auth.repository.PrivilegeRepository.BusinessPrivilegesProjection
getAction
getAction() - Method in interface com.skava.auth.repository.PrivilegeRepository.CollectionLevelPrivilegesProjection
getAction
getAction() - Method in interface com.skava.auth.repository.RoleRepository.SSOPrivilege
getAction
getAction() - Method in interface com.skava.auth.repository.RoleRepository.UserRoleProjection
 
getAction() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
getAdditionalPackagesPredicates(Predicate<Builder>, String) - Static method in class com.skava.auth.util.DocketUtil
This method modifies the request handler predicates for additional packages.
getAggregatedAccess(String, String, Long, Long) - Method in class com.skava.auth.web.AggregatedAccessController
 
getAllAuthCollections(String, Long, long, String, String, String, int, int, String) - Method in class com.skava.auth.web.CollectionController
This API load collection(s) based on search term.
getAllAuthGroups(String, String, long, int, int, String, Long) - Method in class com.skava.auth.web.AuthGroupController
This service retrieves all the authgroups under the specified collection.
getAllCollectionAttributes(CollectionAttributeRepository) - Static method in class com.skava.auth.util.CollectionAttributeUtil
 
getAllCollectionAttributes(String, String, long, String) - Method in class com.skava.auth.web.CollectionAttributeController
This service is used to retrieve all collection attributes available for the micro service.
GetAllCollectionRequest - Class in com.skava.auth.model.request.collection
Data transfer class holds the exchange data to transfer from controller to find all collection service.
GetAllCollectionRequest() - Constructor for class com.skava.auth.model.request.collection.GetAllCollectionRequest
The class construct.
GetAllCollectionService - Interface in com.skava.auth.service.collection
An interface to represent the service for retrieving more than one collection.
GetAllCollectionServiceImpl - Class in com.skava.auth.service.impl.collection
This service class implements GetAllCollectionService and handles the get all collections service request, process it and save the details in DB.
GetAllCollectionServiceImpl() - Constructor for class com.skava.auth.service.impl.collection.GetAllCollectionServiceImpl
The class constructor.
GetAllDynamicPrivilegeRequest - Class in com.skava.auth.model.request.dynamicprivilege
Data transfer class holds the exchange data to transfer from controller to find all dynamic privilege service.
GetAllDynamicPrivilegeRequest() - Constructor for class com.skava.auth.model.request.dynamicprivilege.GetAllDynamicPrivilegeRequest
The class construct.
getAllDynamicPrivileges(String, String, long, int, int, String, Long) - Method in class com.skava.auth.web.DynamicPrivilegeController
This service retrieves all the dynamic privileges within the given collection.
GetAllDynamicPrivilegeService - Interface in com.skava.auth.service.dynamicprivilege
An interface to represent the service for retrieving more than one dynamic privilege.
GetAllDynamicPrivilegeServiceImpl - Class in com.skava.auth.service.impl.dynamicprivilege
This service class implements GetAllDynamicPrivilegeService and handles the get all dynamic privilege service request, process it and save the details in DB.
GetAllDynamicPrivilegeServiceImpl() - Constructor for class com.skava.auth.service.impl.dynamicprivilege.GetAllDynamicPrivilegeServiceImpl
The class constructor.
getAllGroupAttributes(String, String, long, int, int, String, String, Long) - Method in class com.skava.auth.web.GroupAttributeController
This service reterives all the group attributes within the given collection.
GetAllGroupAttributeService - Interface in com.skava.auth.service.groupattribute
An interface to define the service for retrieving more than one group attribute.
GetAllGroupAttributeServiceImpl - Class in com.skava.auth.service.impl.groupattribute
This service class implements GetAllGroupAttributeService and handles the load all group attributes service request, process it and save the details in DB.
GetAllGroupAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.groupattribute.GetAllGroupAttributeServiceImpl
Instantiates a new GetAllGroupAttributeServiceImpl.
GetAllOAuthClientRequest - Class in com.skava.auth.model.request.oauthclient
Data transfer class holds the exchange data to transfer from controller to find all dynamic privilege service.
GetAllOAuthClientRequest() - Constructor for class com.skava.auth.model.request.oauthclient.GetAllOAuthClientRequest
The class construct.
getAllOAuthClients(HttpServletRequest, String, Long, Long, long, String, String, String, int, int, String) - Method in class com.skava.auth.web.OpenAuthClientController
This API load OAuthClient(s) based on search term.
GetAllOAuthClientService - Interface in com.skava.auth.service.oauthclient
An interface to represent the service for creating the collection.
GetAllOAuthClientServiceImpl - Class in com.skava.auth.service.impl.outhclient
The Class GetAllOAuthClientServiceImpl is used for finding all the OAuthClient based on the provided information.
GetAllOAuthClientServiceImpl() - Constructor for class com.skava.auth.service.impl.outhclient.GetAllOAuthClientServiceImpl
 
GetAllPrivilegeRequest - Class in com.skava.auth.model.request.privilege
Data transfer class holds the exchange data to transfer from controller to find all privilege service.
GetAllPrivilegeRequest() - Constructor for class com.skava.auth.model.request.privilege.GetAllPrivilegeRequest
The class constructor.
getAllPrivileges(String, Long, String, long, int, int, String) - Method in class com.skava.auth.web.PrivilegeController
This service is used to get all privileges based on the offset,limit and search parameters.
GetAllPrivilegeService - Interface in com.skava.auth.service.privilege
An interface to define the service for retrieving all privileges.
GetAllPrivilegeServiceImpl - Class in com.skava.auth.service.impl.privilege
This service class implements GetAllPrivilegeService and handles the load all privileges service request, process it and save the details in DB.
GetAllPrivilegeServiceImpl() - Constructor for class com.skava.auth.service.impl.privilege.GetAllPrivilegeServiceImpl
The class constructor.
GetAllPrivilegeSetRequest - Class in com.skava.auth.model.request.privilegeset
Data transfer class holds the exchange data to transfer from controller to find all privilege set service.
GetAllPrivilegeSetRequest() - Constructor for class com.skava.auth.model.request.privilegeset.GetAllPrivilegeSetRequest
The class constructor.
getAllPrivilegeSets(String, String, long, int, int, Long, String, String) - Method in class com.skava.auth.web.PrivilegeSetController
This service is used to get all privilege sets based on the given page, size, collection id and filter parameters.
GetAllPrivilegeSetServiceImpl - Class in com.skava.auth.service.impl.privilegeset
This service class implements GetAllPrivilegeSetsService and handles the load all privilege sets service request, process it and save the details in DB.
GetAllPrivilegeSetServiceImpl() - Constructor for class com.skava.auth.service.impl.privilegeset.GetAllPrivilegeSetServiceImpl
The class constructor.
GetAllPrivilegeSetsService - Interface in com.skava.auth.service.privilegeset
An interface to define the service for retrieving all privilege sets.
GetAllRequest - Class in com.skava.auth.model.request
Data transfer class for transferring pagination and filtering information to the service layer implementations.
GetAllRequest() - Constructor for class com.skava.auth.model.request.GetAllRequest
 
getAllRoles(String, String, long, Integer, Integer, Integer, Integer, String, String, boolean, Long, Long) - Method in class com.skava.auth.web.RoleController
This service is used to retrieve all the roles based on collection identifier and search criteria.
GetAllRoleService - Interface in com.skava.auth.service.role
An interface to define the service for retrieving all roles.
GetAllRolesServiceImpl - Class in com.skava.auth.service.impl.role
This service class implements GetAllRoleService and handles the all role retrieval service request, process it and retrieve the details in DB.
GetAllRolesServiceImpl() - Constructor for class com.skava.auth.service.impl.role.GetAllRolesServiceImpl
The class constructor.
getAllUserAttributes(String, String, long, int, int, String, Long, String) - Method in class com.skava.auth.web.UserAttributeController
This service is used to retrieve the user's privilege attributes based on given search criteria with pagination parameters.
GetAllUserAttributeService - Interface in com.skava.auth.service.userattribute
An interface to define the service for retrieving all user attribute.
GetAllUserAttributeServiceImpl - Class in com.skava.auth.service.impl.userattribute
This serivce class implements GetAllUserAttributeService and handles the retrieve all user attribute service request, process it and retrieve the details from DB.
GetAllUserAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.userattribute.GetAllUserAttributeServiceImpl
Instantiates a new GetAllUserAttributeServiceImpl.
getAttribute() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
getAttributeValue() - Method in interface com.skava.auth.repository.GroupAttributeRepository.GroupAttributeProjection
 
getAttributeValue() - Method in interface com.skava.auth.repository.UserAttributeRepository.UserAttributeProjection
 
getAuthentication() - Static method in class com.skava.auth.util.UtilBase
THis method returns the authentication from security context.
getAuthentication(String) - Method in class com.skava.auth.helper.AuthSessionHandler
This method return the authorization token from cache by using identifier of the session.
getAuthenticationToken(Long, Long, AuthGrantedAuthority) - Static method in class com.skava.auth.util.UtilBase
This method returns the authentication based on userid, aciting userid and grant of the user.
getAuthGroup(Long, AuthGroupRepository) - Static method in class com.skava.auth.util.AuthGroupUtil
 
getAuthGroupById(String, String, long, Long, Long) - Method in class com.skava.auth.web.AuthGroupController
This service retrieves the authgroup details based on the given authgroup identifier.
GetAuthGroupService - Interface in com.skava.auth.service.authgroup
An interface to represent the service for retrieving an auth group.
GetAuthGroupServiceImpl - Class in com.skava.auth.service.impl.authgroup
This service class implements GetAuthGroupService and handles the get auth group service request, process it and save the details in DB.
GetAuthGroupServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.GetAuthGroupServiceImpl
The class constructor.
GetAuthGroupsService - Interface in com.skava.auth.service.authgroup
An interface to represent the service for retrieving more than one auth group.
GetAuthGroupsServiceImpl - Class in com.skava.auth.service.impl.authgroup
This service class implements GetAllAuthGroupsService and handles the get all auth group service request, process it and save the details in DB.
GetAuthGroupsServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.GetAuthGroupsServiceImpl
The class constructor.
getAuthorityFromCache(Long, AuthSessionHandler) - Static method in class com.skava.auth.util.AuthGrandManipluationUtil
This method returns the authority from the cache by user identifier.
getAuthorityFromDB(Long, Long, List<UserRoleData>, AuthTokenHandler, UserRoleRepository) - Static method in class com.skava.auth.util.SessionUtil
 
getAuthorityGrant(Long, CollectionVO, String[], ApplicationContext, AuthCommonServices, RoleRepository, boolean) - Static method in class com.skava.auth.util.AuthGrandManipluationUtil
This method returns the authorization service granted authority based on user's role association.
getBean(ApplicationContext, String, Class<T>) - Static method in class com.skava.auth.util.UtilBase
This method returns the bean reference based on the given class type.
getBusinessId() - Method in interface com.skava.auth.repository.PrivilegeRepository.BusinessPrivilegesProjection
getBusinessId
getBusinessId() - Method in interface com.skava.auth.repository.PrivilegeRepository.CollectionLevelPrivilegesProjection
getBusinessId
getBusinessId() - Method in interface com.skava.auth.repository.RoleRepository.BusinessLevelRoleNamesProjection
 
getBusinessId() - Method in interface com.skava.auth.repository.RoleRepository.RoleBusinessIdProjection
getBusinessId
getBusinessId() - Method in interface com.skava.auth.repository.RoleRepository.SSOPrivilege
getBusinessId
getBusinessId() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
getBusinessId(Long) - Method in class com.skava.auth.security.config.AuthServiceWebSecurityConfiguration
 
GetByPrivilegeSetIdResponse - Class in com.skava.auth.model.response.privilegeset
Data transfer class holds the privilege response data for data transfer from controller to service.
GetByPrivilegeSetIdResponse(String, PrivilegeSet, boolean) - Constructor for class com.skava.auth.model.response.privilegeset.GetByPrivilegeSetIdResponse
Instantiates new privilege set response.
getCache(String) - Method in class com.skava.auth.helper.CacheImpl
getCache.
getCacheKey() - Method in class com.skava.auth.model.request.collection.GetAllCollectionRequest
 
getClientAccountId() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
getClientAction() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
getClientAttribute() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
getClientAuthenticationToken(String, String, AuthGrantedAuthority) - Static method in class com.skava.auth.util.UtilBase
This method returns the authentication based on clientId, aciting clientId and grant of the client.
getClientAuthenticationTokenBase(String, String, AuthGrantedAuthority) - Static method in class com.skava.auth.util.UtilBase
getClientAuthenticationToken.
getClientAuthorityFromCache(String, AuthSessionHandler) - Static method in class com.skava.auth.util.AuthGrandManipluationUtil
This method returns the authority from the cache by user identifier.
getClientAuthorityFromDB(String, Long, List<UserRoleData>, AuthTokenHandler, ClientRoleRepository) - Static method in class com.skava.auth.util.SessionUtil
 
getClientAuthorityGrant(String, CollectionVO, String[], ApplicationContext, AuthCommonServices, RoleRepository, boolean) - Static method in class com.skava.auth.util.AuthGrandManipluationUtil
This method returns the authorization service granted authority based on clients's role association.
getClientBusinessId() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
getClientEntity() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
getClientPrivilegeId() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
getClientPrivilegeService() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
getClientRole(String, Long) - Method in class com.skava.auth.service.impl.clientrole.GetClientRolesServiceImpl
This method is used to retrieve the roles of the client.
getClientRoleName() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
getClientRoles(String, String, long, Long, Long, String, String) - Method in class com.skava.auth.web.ClientRoleController
This service is used to add roles to the client and also validate already existing client's roles.
getClientRoleSearchPredicate(Long, List<SearchCriteria>, Root<ClientRole>, CriteriaBuilder) - Static method in class com.skava.auth.util.ClientRoleUtil
This method is used to search auth group.
getClientRoleService() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
GetClientRolesService - Interface in com.skava.auth.service.clientrole
This interface is used to add roles to the clients.
GetClientRolesServiceImpl - Class in com.skava.auth.service.impl.clientrole
This service class implements DeleteClientRolesService and handles the delete roles of the user.
GetClientRolesServiceImpl() - Constructor for class com.skava.auth.service.impl.clientrole.GetClientRolesServiceImpl
The class constructor.
getClientRoleType() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
getClientServiceCollectionId() - Method in interface com.skava.auth.repository.ClientRoleRepository.ClientRolePrivilegeProjection
 
getClientSession(String, ClientSessionRepository) - Static method in class com.skava.auth.util.SessionUtil
 
GetClientsRoleService - Interface in com.skava.auth.service.clientrole
This interface is used to add roles to the users.
GetClientsRoleServiceImpl - Class in com.skava.auth.service.impl.clientrole
This service class implements GetClientsRoleService and handles the load all clients from a role service request, process it and save the details in DB.
GetClientsRoleServiceImpl() - Constructor for class com.skava.auth.service.impl.clientrole.GetClientsRoleServiceImpl
The class constructor.
getCollection(Long, CacheImpl, CollectionRepository) - Static method in class com.skava.auth.util.CacheUtil
 
getCollection(Long, Long, CacheImpl, CollectionRepository) - Static method in class com.skava.auth.util.CacheUtil
 
getCollection(Long, Long, CollectionRepository) - Static method in class com.skava.auth.util.CollectionUtil
 
getCollection(Long, Long, CollectionRepository, CacheImpl) - Static method in class com.skava.auth.util.CollectionUtil
 
GetCollectionAttributeService - Interface in com.skava.auth.service.collection.attribute
An interface to represent the service for retrieving the all collection attributes.
GetCollectionAttributeServiceImpl - Class in com.skava.auth.service.impl.collection.attribute
This service class implements GetCollectionAttributeService and handles the get collection attributes service request, process it and save the details in DB.
GetCollectionAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.collection.attribute.GetCollectionAttributeServiceImpl
The class constructor.
getCollectionById(String, String, Long, long, Long, String) - Method in class com.skava.auth.web.CollectionController
This API load a collection based on the Id.
getCollectionId() - Method in interface com.skava.auth.repository.PrivilegeRepository.CollectionLevelPrivilegesProjection
getCollectionId
getCollectionId() - Method in interface com.skava.auth.repository.RoleRepository.RoleBusinessIdProjection
getCollectionId
getCollectionProperties(Collection, List<CollectionPropertyVO>, List<CollectionAttribute>, MessageSource) - Static method in class com.skava.auth.util.AuthUtil
 
getcollectionProperty(long, String, CollectionPropertyRepository) - Static method in class com.skava.auth.util.CollectionPropertyUtil
 
getCollectionPropertyByName(String, Long, String, long, String, long, String) - Method in class com.skava.auth.web.CollectionPropertyController
This API load collection property by property name and the collection associated to the collection Id.
GetCollectionPropertyRequest - Class in com.skava.auth.model.request.collectionproperty
Data transfer class holds the exchange data to transfer from controller to find collection property by name service.
GetCollectionPropertyRequest() - Constructor for class com.skava.auth.model.request.collectionproperty.GetCollectionPropertyRequest
The class constructor.
GetCollectionPropertyService - Interface in com.skava.auth.service.collectionproperty
An interface to represent the service for retrieving the collection property.
GetCollectionPropertyServiceImpl - Class in com.skava.auth.service.impl.collectionproperty
This service class implements GetCollectionPropertyService and handles the get collection property service request, process it and save the details in DB.
GetCollectionPropertyServiceImpl() - Constructor for class com.skava.auth.service.impl.collectionproperty.GetCollectionPropertyServiceImpl
The class constructor.
GetCollectionRequest - Class in com.skava.auth.model.request.collection
Data transfer class holds the exchange data to transfer from controller to find collection by id service.
GetCollectionRequest() - Constructor for class com.skava.auth.model.request.collection.GetCollectionRequest
The class constructor.
GetCollectionService - Interface in com.skava.auth.service.collection
An interface to represent the service for retrieving the collection.
GetCollectionServiceImpl - Class in com.skava.auth.service.impl.collection
This service class implements GetCollectionService and handles the get collection service request, process it and save the details in DB.
GetCollectionServiceImpl() - Constructor for class com.skava.auth.service.impl.collection.GetCollectionServiceImpl
The class constructor.
getCollectionStatus(CollectionVO) - Static method in class com.skava.auth.util.AuthUtil
validateCollectionStatus
getCreatedBy() - Method in interface com.skava.auth.repository.RoleRepository.RoleBusinessIdProjection
getCreatedBy
getCreatedTimestamp() - Method in interface com.skava.auth.repository.RoleRepository.RoleBusinessIdProjection
getCreatedTimestamp
getCurrentMilliseconds() - Static method in class com.skava.auth.util.AuthUtil
This method will return the current milliseconds using Calendar object.
getCurrentTimeInMillis() - Static method in class com.skava.auth.util.UtilBase
THis method return the current TImeStamp.
getDefaultApplicationTypes() - Static method in class com.skava.auth.constant.AuthConstants
 
getDescription() - Method in interface com.skava.auth.repository.RoleRepository.RoleBusinessIdProjection
getDescription
getDistinctClientIds(int, int, CriteriaQuery<Tuple>, Root<ClientRole>, Predicate, EntityManager) - Static method in class com.skava.auth.util.ClientRoleUtil
 
getDistinctUserIds(int, int, CriteriaQuery<Tuple>, Root<UserRole>, Predicate, EntityManager) - Static method in class com.skava.auth.util.UserRoleUtil
 
getDynamicPrivilege(Long, DynamicPrivilegeRepository) - Static method in class com.skava.auth.util.DynamicPrivilegeUtil
 
getDynamicPrivilegeById(String, String, long, Long, Long) - Method in class com.skava.auth.web.DynamicPrivilegeController
This service loads the dynamic privilege using the dynamic privilege ID.
getDynamicPrivilegeById(String, String, Long) - Method in class com.skava.auth.web.FeaturesPrivilegeMappingController
This service loads the feature privilege using the feature privilege ID.
GetDynamicPrivilegeRequest - Class in com.skava.auth.model.request.dynamicprivilege
Data transfer class holds the exchange data to transfer from controller to find dynamic privilege by id service.
GetDynamicPrivilegeRequest() - Constructor for class com.skava.auth.model.request.dynamicprivilege.GetDynamicPrivilegeRequest
The class constructor.
GetDynamicPrivilegeService - Interface in com.skava.auth.service.dynamicprivilege
An interface to represent the service for retrieving the dynamic privilege.
GetDynamicPrivilegeServiceImpl - Class in com.skava.auth.service.impl.dynamicprivilege
This service class implements GetDynamicPrivilegeService and handles the get dynamic privilege service request, process it and save the details in DB.
GetDynamicPrivilegeServiceImpl() - Constructor for class com.skava.auth.service.impl.dynamicprivilege.GetDynamicPrivilegeServiceImpl
The class constructor.
getEntity() - Method in interface com.skava.auth.repository.PrivilegeRepository.BusinessPrivilegesProjection
getEntity
getEntity() - Method in interface com.skava.auth.repository.PrivilegeRepository.CollectionLevelPrivilegesProjection
getEntity
getEntity() - Method in interface com.skava.auth.repository.RoleRepository.SSOPrivilege
getEntity
getEntity() - Method in interface com.skava.auth.repository.RoleRepository.UserRoleProjection
 
getEntity() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
getFeatureByRoleId(String, String, Long, Long) - Method in class com.skava.auth.web.FeaturesRoleMappingController
This service loads the feature privilege using the roleID.
getFeaturesAndPrivilegeMapping(Long, FeaturesPrivilegeMappingRepository) - Static method in class com.skava.auth.util.FeaturesPrivilegeMappingUtil
 
getFeaturesAndRoleMapping(Long, FeaturesRoleMappingRepository, Long) - Static method in class com.skava.auth.util.FeaturesRoleMappingUtil
 
GetFeaturesPrivilegeMappingService - Interface in com.skava.auth.service.featuresprivilegemapping
GetFeaturesPrivilegeMappingService
GetFeaturesPrivilegeMappingServiceImpl - Class in com.skava.auth.service.impl.featuresprivilegemapping
This service class implements GetFeaturesAndPrivilegeMapService and handles the get feature privilege service request, process it and save the details in DB.
GetFeaturesPrivilegeMappingServiceImpl() - Constructor for class com.skava.auth.service.impl.featuresprivilegemapping.GetFeaturesPrivilegeMappingServiceImpl
The class constructor.
GetFeaturesPrivilegeMappingServiceImpl(FeaturesPrivilegeMappingRepository) - Constructor for class com.skava.auth.service.impl.featuresprivilegemapping.GetFeaturesPrivilegeMappingServiceImpl
GetFeaturesAndPrivilegeMapServiceImpl
GetFeaturesRoleMappingService - Interface in com.skava.auth.service.featuresrolemapping
GetFeaturesRoleMappingService
GetFeaturesRoleMappingServiceImpl - Class in com.skava.auth.service.impl.featuresrolemapping
This service class implements GetFeaturesAndPrivilegeMapService and handles the get feature privilege service request, process it and save the details in DB.
GetFeaturesRoleMappingServiceImpl() - Constructor for class com.skava.auth.service.impl.featuresrolemapping.GetFeaturesRoleMappingServiceImpl
The class constructor.
GetFeaturesRoleMappingServiceImpl(FeaturesRoleMappingRepository) - Constructor for class com.skava.auth.service.impl.featuresrolemapping.GetFeaturesRoleMappingServiceImpl
 
GetFullPrivilegeSetVO - Class in com.skava.auth.model.rest.entities
Data transfer class holds the privilege set informations with list of privileges available in the privilege set.
GetFullPrivilegeSetVO(PrivilegeSet) - Constructor for class com.skava.auth.model.rest.entities.GetFullPrivilegeSetVO
Construct GetFullPrivilegeSetVO object by parsing PrivilegeSet object.
getGrantedAuthorities(String, AuthorizationConfig) - Method in interface com.skava.auth.support.SSOAuthRolePrivilegeMapper
This method shout return the list of granted roles.
getGranterRolesFromRolePrivilegeMapper(String[], AuthorizationConfig, SSOAuthRolePrivilegeMapper) - Static method in class com.skava.auth.util.AuthGrandManipluationUtil
 
getGroupAttribute(long, GroupAttributeRepository) - Static method in class com.skava.auth.util.GroupAttributeUtil
 
getGroupAttributeById(String, String, long, Long, String, Long) - Method in class com.skava.auth.web.GroupAttributeController
This service loads the specified group attribute.
GetGroupAttributeRequest - Class in com.skava.auth.model.request.groupattribute
Data transfer class holds the exchange data to transfer from controller to find group attribute by id service.
GetGroupAttributeRequest() - Constructor for class com.skava.auth.model.request.groupattribute.GetGroupAttributeRequest
Instantiates a new group attribute request.
GetGroupAttributeService - Interface in com.skava.auth.service.groupattribute
An interface to represent the service for retrieving the group attribute.
GetGroupAttributeServiceImpl - Class in com.skava.auth.service.impl.groupattribute
This service class implements GetGroupAttributeService and handles the load group attribute service request, process it and save the details in DB.
GetGroupAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.groupattribute.GetGroupAttributeServiceImpl
Instantiates a new GetGroupAttributeServiceImpl.
getGroupId() - Method in interface com.skava.auth.repository.GroupAttributeRepository.GroupAttributeProjection
 
getJSONWebKeySet(String, String) - Method in class com.skava.auth.web.OpenAuthClientController
This service is used to check status of the Authorization microservice.
GetJSONWebKeySetService - Interface in com.skava.auth.service.oauthclient
An interface to represent the service for authorizing users who wishes to access the registered client applications.
GetJSONWebKeySetServiceImpl - Class in com.skava.auth.service.impl.outhclient
This service class implements GetJSONWebKeySetService is used to retrieve the public keys of the client applications
GetJSONWebKeySetServiceImpl() - Constructor for class com.skava.auth.service.impl.outhclient.GetJSONWebKeySetServiceImpl
The class constructor.
getLoggedInClientId() - Method in class com.skava.auth.helper.AuthSessionHandler
This method return the currently logged in client.
getLoggedInUserId() - Method in class com.skava.auth.helper.AuthSessionHandler
This method return the currently logged in user.
getMatchedClientRole(Set<ClientRole>, ClientRole) - Static method in class com.skava.auth.util.ClientRoleUtil
This method return the matched client role from the set.
getMatchedUserRole(Set<UserRole>, UserRole) - Static method in class com.skava.auth.util.UserRoleUtil
This method return the matched user role from the set.
getMatcherOfFilter(String, String, String) - Static method in class com.skava.auth.util.AuthUtil
This method will Creates a matcher that will match the given input against given pattern.
getMessage(MessageSource, AuthResponseCodes) - Static method in enum class com.skava.auth.constant.AuthResponseCodes
This method return the localized response message using locale context holder.
getName() - Method in interface com.skava.auth.repository.RoleRepository.RoleBusinessIdProjection
getName
getNewList() - Static method in class com.skava.auth.util.JavaCollectionUtil
THis method returns the new ArrayList.
getNewSecretExpireTime() - Static method in class com.skava.auth.util.OAuthUtil
This method will return the expire time of the new secret key.
getNewSet() - Static method in class com.skava.auth.util.JavaCollectionUtil
This method returns the new HashSet.
getOAuthClientById(HttpServletRequest, String, String, long, Long, String, String) - Method in class com.skava.auth.web.OpenAuthClientController
This method is used to load single OAuthClient based on the given request.
GetOAuthClientRequest - Class in com.skava.auth.model.request.oauthclient
Data transfer class holds the exchange data to transfer from controller to find collection by id service.
GetOAuthClientRequest() - Constructor for class com.skava.auth.model.request.oauthclient.GetOAuthClientRequest
The class constructor.
GetOAuthClientService - Interface in com.skava.auth.service.oauthclient
An interface to represent the service for retrieving a OAuthClient.
GetOAuthClientServiceImpl - Class in com.skava.auth.service.impl.outhclient
This service class implements GetOAuthClientService is used to retrieve the OAuthClients according to the given clientId and collectionId.
GetOAuthClientServiceImpl() - Constructor for class com.skava.auth.service.impl.outhclient.GetOAuthClientServiceImpl
The class constructor.
getPageNumber(Integer, Integer, Integer, boolean) - Static method in class com.skava.auth.util.PaginationUtil
This method calculate page number by offset and limit.
getPossibleValues(CollectionAttribute) - Static method in class com.skava.auth.util.AuthUtil
 
getPredicateForBasePackageAndAdditionalPackages(String, String) - Static method in class com.skava.auth.util.DocketUtil
This method returns the predicate for base and additional packages.
getPredicateForNumericalParam(CriteriaBuilder, Root<T>, Predicate, SearchCriteria) - Static method in class com.skava.auth.util.SearchUtil
This method is used to get predicate for numerical parameter.
getPredicateForStringParam(CriteriaBuilder, Root<T>, Predicate, SearchCriteria) - Static method in class com.skava.auth.util.SearchUtil
This method is used to get predicate for string parameter.
getPrivateKey(String) - Static method in class com.skava.auth.util.OAuthKeyUtil
Thie method will return the key object of the encoded secret key string.
getPrivilege(Long, PrivilegeRepository) - Static method in class com.skava.auth.util.PrivilegeUtil
 
getPrivilegeById(String, Long, String, long, Long) - Method in class com.skava.auth.web.PrivilegeController
This service is used to load privilege for which privilege id given in request and sent as response.
getPrivilegeByIDs(FeaturesPrivilegeMapping, PrivilegeRepository, FeaturesRoleMappingVO) - Static method in class com.skava.auth.util.FeaturesPrivilegeMappingUtil
 
getPrivilegeByServiceActionAndEntity(PrivilegeVO, Long, PrivilegeRepository) - Static method in class com.skava.auth.util.PrivilegeUtil
 
getPrivilegeId() - Method in interface com.skava.auth.repository.GroupAttributeRepository.GroupAttributeProjection
 
getPrivilegeId() - Method in interface com.skava.auth.repository.PrivilegeRepository.BusinessPrivilegesProjection
getPrivilegeId
getPrivilegeId() - Method in interface com.skava.auth.repository.PrivilegeRepository.CollectionLevelPrivilegesProjection
getPrivilegeId
getPrivilegeId() - Method in interface com.skava.auth.repository.RoleRepository.SSOPrivilege
getPrivilegeId
getPrivilegeId() - Method in interface com.skava.auth.repository.RoleRepository.UserRoleProjection
 
getPrivilegeId() - Method in interface com.skava.auth.repository.UserAttributeRepository.UserAttributeProjection
 
getPrivilegeId() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
GetPrivilegeRequest - Class in com.skava.auth.model.request.privilege
Data transfer class holds the exchange data to transfer from controller to find privilege by id service.
GetPrivilegeRequest() - Constructor for class com.skava.auth.model.request.privilege.GetPrivilegeRequest
The class constructor.
getPrivileges(String, String, long, Long, Long, String) - Method in class com.skava.auth.web.PrivilegeSetController
This service is used to get the privileges of privilege set.
getPrivileges(Set<PrivilegeVO>, Long, PrivilegeRepository) - Static method in class com.skava.auth.util.PrivilegeUtil
getPrivileges method returns the set of privileges
getPrivilegeService() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
GetPrivilegeService - Interface in com.skava.auth.service.privilege
An interface to define the service for retrieving privilege.
GetPrivilegeServiceImpl - Class in com.skava.auth.service.impl.privilege
This service class implements GetPrivilegeService and handles the get privilege service request, process it and save the details in DB.
GetPrivilegeServiceImpl() - Constructor for class com.skava.auth.service.impl.privilege.GetPrivilegeServiceImpl
The class constructor.
getPrivilegeSet(Long, PrivilegeSetRepository) - Static method in class com.skava.auth.util.PrivilegeSetUtil
 
getPrivilegeSetById(String, String, long, Long, boolean, Long, String) - Method in class com.skava.auth.web.PrivilegeSetController
This service is used to get privilege set by id.
GetPrivilegeSetRequest - Class in com.skava.auth.model.request.privilegeset
Data transfer class holds the exchange data to transfer from controller to find privilege set service.
GetPrivilegeSetRequest() - Constructor for class com.skava.auth.model.request.privilegeset.GetPrivilegeSetRequest
The class constructor.
getPrivilegeSets(String, String, long, Long, Long) - Method in class com.skava.auth.web.RoleController
This service is used to retrieve privilege sets which are all available in the requested role.
GetPrivilegeSetService - Interface in com.skava.auth.service.privilegeset
An interface to define the service for retrieving privilegeset.
GetPrivilegeSetServiceImpl - Class in com.skava.auth.service.impl.privilegeset
This service class implements GetPrivilegeSetService and handles the load privilege set service request, process it and save the details in DB.
GetPrivilegeSetServiceImpl() - Constructor for class com.skava.auth.service.impl.privilegeset.GetPrivilegeSetServiceImpl
The class constructor.
GetPrivilegeSetsOfRoleService - Interface in com.skava.auth.service.role
An interface to define the service for retrieving privilege sets of the role.
GetPrivilegeSetsOfRoleServiceImpl - Class in com.skava.auth.service.impl.role
This service class implements GetPrivilegeSetsOfRoleService and handles the all privilege sets of role retrieval service request, process it and retrieve the details in DB.
GetPrivilegeSetsOfRoleServiceImpl() - Constructor for class com.skava.auth.service.impl.role.GetPrivilegeSetsOfRoleServiceImpl
The class constructor.
GetPrivilegesOfPrivilegeSetService - Interface in com.skava.auth.service.privilegeset
An interface to define the service for retrieving privileges of the privilege set.
GetPrivilegesOfPrivilegeSetServiceImpl - Class in com.skava.auth.service.impl.privilegeset
This service class implements GetPrivilegesOfPrivilegeSetService and handles the load all privileges from a privilege set service request, process it and save the details in DB.
GetPrivilegesOfPrivilegeSetServiceImpl() - Constructor for class com.skava.auth.service.impl.privilegeset.GetPrivilegesOfPrivilegeSetServiceImpl
The class constructor.
getPropertyValue(CollectionAttribute, CollectionPropertyVO) - Static method in class com.skava.auth.util.AuthUtil
 
getPropertyValueByName(CollectionVO, String) - Static method in class com.skava.auth.util.SessionUtil
getPropertyValueByName
getRandomString() - Static method in class com.skava.auth.util.SecretUtil
This method is used to generate string.
getRequestDataWithPageDetails(Integer, Integer, Integer, Integer, boolean) - Static method in class com.skava.auth.util.PaginationUtil
THis method construct the get all roles request with pagination details.
getRole(Long, RoleRepository) - Static method in class com.skava.auth.util.RoleUtil
 
getRoleById(Long, RoleRepository) - Static method in class com.skava.auth.util.FeaturesRoleMappingUtil
 
getRoleById(String, String, long, Long, Long, boolean, boolean, Long) - Method in class com.skava.auth.web.RoleController
This service is used to retrieve role information from the system using given role and collection identifier.
getRoleId() - Method in interface com.skava.auth.repository.RoleRepository.RoleBusinessIdProjection
getRoleId
getRoleName() - Method in interface com.skava.auth.repository.RoleRepository.SSOPrivilege
getRoleName
getRoleName() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
getRoleNames() - Method in interface com.skava.auth.repository.RoleRepository.BusinessLevelRoleNamesProjection
 
getRoles(String, String, long, Long, Long) - Method in class com.skava.auth.web.AuthGroupController
This service retrieves the roles of the requested authgroup under the given collection.
getRoleService() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
GetRoleService - Interface in com.skava.auth.service.role
An interface to define the service for retrieving role.
GetRoleServiceImpl - Class in com.skava.auth.service.impl.role
This service class implements GetRoleService and handles the role retrieval service request, process it and retrieve the details in DB.
GetRoleServiceImpl() - Constructor for class com.skava.auth.service.impl.role.GetRoleServiceImpl
The class constructor.
GetRolesOfAuthGroupService - Interface in com.skava.auth.service.authgroup
An interface to represent the service for retrieving the all the roles of the auth group.
GetRolesOfAuthGroupServiceImpl - Class in com.skava.auth.service.impl.authgroup
This service class implements GetRolesOfAuthGroupService and handles the get roles of auth group service request, process it and save the details in DB.
GetRolesOfAuthGroupServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.GetRolesOfAuthGroupServiceImpl
The class constructor.
getRolesOfClients(String, String, long, Long, String, String, Long, int, int) - Method in class com.skava.auth.web.ClientRoleController
This service is used to get all client's and their roles based on given client's identifiers.
getRolesOfUsers(String, String, long, Long, String, String, Long, int, int) - Method in class com.skava.auth.web.UserRoleController
This service is used to get all user's and their roles based on given user's identifiers.
getSearchCriteria(String) - Static method in class com.skava.auth.util.SearchUtil
 
getService() - Method in interface com.skava.auth.repository.PrivilegeRepository.BusinessPrivilegesProjection
getService
getService() - Method in interface com.skava.auth.repository.PrivilegeRepository.CollectionLevelPrivilegesProjection
getService
getService() - Method in interface com.skava.auth.repository.RoleRepository.SSOPrivilege
getService
getService() - Method in interface com.skava.auth.repository.RoleRepository.UserRoleProjection
 
getServiceCollectionId() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
getSession(String, long, String) - Method in class com.skava.auth.web.SessionController
This service retrieve the session details based on given session identifier and also validate the requested session identifier.
GetSessionRequest - Class in com.skava.auth.model.request.session
Data transfer class holds the exchange data to transfer from controller to find session service.
GetSessionRequest(String) - Constructor for class com.skava.auth.model.request.session.GetSessionRequest
The class constructor for members initialization.
GetSessionService - Interface in com.skava.auth.service.session
An interface to define the service for retrieving session.
GetSessionServiceImpl - Class in com.skava.auth.service.impl.session
This service class implements GetSessionService and handles the session retrieval service request, process it and retrieve the details from DB.
GetSessionServiceImpl() - Constructor for class com.skava.auth.service.impl.session.GetSessionServiceImpl
The class constructor.
getSSOGrantedRoles(String[], AuthorizationConfig, ApplicationContext) - Static method in class com.skava.auth.util.AuthGrandManipluationUtil
This method returns the SSO granted role names.
getSSORoles(Set<String>, RoleRepository) - Static method in class com.skava.auth.util.AuthGrandManipluationUtil
THis method returns the list of user role data based on sso roles.
getTokenExpiryTime(boolean, Long, String) - Method in interface com.skava.auth.support.SSOAuthRolePrivilegeMapper
 
getTokenExpiryTime(boolean, Long, String[], ApplicationContext) - Static method in class com.skava.auth.util.AuthGrandManipluationUtil
 
getType() - Method in interface com.skava.auth.repository.RoleRepository.SSOPrivilege
getType
getType() - Method in interface com.skava.auth.repository.UserRoleRepository.UserRolePrivilegeProjection
 
getUpdatedBy() - Method in interface com.skava.auth.repository.RoleRepository.RoleBusinessIdProjection
getUpdatedBy
getUpdatedCollectionProperties(Collection, List<CollectionPropertyVO>, List<CollectionAttribute>, MessageSource) - Static method in class com.skava.auth.util.AuthUtil
 
getUpdatedTimestamp() - Method in interface com.skava.auth.repository.RoleRepository.RoleBusinessIdProjection
getUpdatedTimestamp
getUserAttribute(long, UserAttributeRepository) - Static method in class com.skava.auth.util.UserAttributeUtil
 
getUserAttributeById(String, String, long, Long, Long, String) - Method in class com.skava.auth.web.UserAttributeController
This service is used to retrieve user's privilege attribute based on given attribute identifier.User Attribute is the resource/entity to hold user's privilege attribute for conditional privileges in this microservice.
GetUserAttributeRequest - Class in com.skava.auth.model.request.userattribute
Data transfer class holds the exchange data to transfer from controller to find user attribute service.
GetUserAttributeRequest() - Constructor for class com.skava.auth.model.request.userattribute.GetUserAttributeRequest
Instantiates a new user attribute request.
GetUserAttributeService - Interface in com.skava.auth.service.userattribute
An interface to define the service for retrieving user attribute.
GetUserAttributeServiceImpl - Class in com.skava.auth.service.impl.userattribute
This serivce class implements GetAllUserAttributeService and handles the retrieve user attribute service request, process it and retrieve the details from DB.
GetUserAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.userattribute.GetUserAttributeServiceImpl
Instantiates a new GetUserAttributeServiceImpl.
getUserId() - Method in interface com.skava.auth.repository.RoleRepository.UserRoleProjection
 
getUserId() - Method in interface com.skava.auth.repository.UserRoleRepository.UserId
 
getUserId() - Static method in class com.skava.auth.util.AuthUtil
getUserId.
getUserRole(Long, Long) - Method in class com.skava.auth.service.impl.userrole.GetUserRolesServiceImpl
This method is used to retrieve the roles of the user.
getUserRoles(String, String, long, Long, Long, Long, String) - Method in class com.skava.auth.web.UserRoleController
This service is used to add roles to the user and also validate already existing user's roles.
getUserRoleSearchPredicate(Long, List<SearchCriteria>, Root<UserRole>, CriteriaBuilder) - Static method in class com.skava.auth.util.UserRoleUtil
This method is used to search auth group.
GetUserRolesService - Interface in com.skava.auth.service.userrole
This interface is used to add roles to the users.
GetUserRolesServiceImpl - Class in com.skava.auth.service.impl.userrole
This service class implements DeleteUserRolesService and handles the delete roles of the user.
GetUserRolesServiceImpl() - Constructor for class com.skava.auth.service.impl.userrole.GetUserRolesServiceImpl
The class constructor.
getUsers(String, String, long, Long, Long) - Method in class com.skava.auth.web.AuthGroupController
This service retrieves the user identifiers of the specified authgroup.
getUserSession(String, UserSessionRepository) - Static method in class com.skava.auth.util.SessionUtil
 
GetUsersOfAuthGroupService - Interface in com.skava.auth.service.authgroup
An interface to represent the service for retrieving the all the users of auth group.
GetUsersOfAuthGroupServiceImpl - Class in com.skava.auth.service.impl.authgroup
This service class implements GetUsersOfAuthGroupService and handles the get users of auth group service request and process it.
GetUsersOfAuthGroupServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.GetUsersOfAuthGroupServiceImpl
The class constructor.
GetUsersRoleService - Interface in com.skava.auth.service.userrole
This interface is used to add roles to the users.
GetUsersRoleServiceImpl - Class in com.skava.auth.service.impl.userrole
This service class implements GetUsersRoleService and handles the load all users from a role service request, process it and save the details in DB.
GetUsersRoleServiceImpl() - Constructor for class com.skava.auth.service.impl.userrole.GetUsersRoleServiceImpl
The class constructor.
getValidationResponse(AuthResponseCodes) - Method in class com.skava.auth.helper.AuthExceptionHandler
This method construct the validation response for the given authorization response enumerator.
getValidator() - Method in class com.skava.auth.service.impl.authgroup.AddRolesToAuthGroupServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.authgroup.AddUsersToAuthGroupServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.authgroup.CreateAuthGroupServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.authgroup.DeleteAuthGroupServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.authgroup.GetAuthGroupServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.authgroup.GetAuthGroupsServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.authgroup.GetRolesOfAuthGroupServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.authgroup.GetUsersOfAuthGroupServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.authgroup.RemoveRolesFromAuthGroupServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.authgroup.RemoveUsersFromAuthGroupServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.authgroup.UpdateAuthGroupServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.clientrole.DeleteClientRolesServiceImpl
This method return the list of validation component.
getValidator() - Method in class com.skava.auth.service.impl.clientrole.GetClientRolesServiceImpl
This method return the list of validation component.
getValidator() - Method in class com.skava.auth.service.impl.clientrole.GetClientsRoleServiceImpl
This method return the list of validation component.
getValidator() - Method in class com.skava.auth.service.impl.clientrole.UpdateAllClientRolesServiceImpl
This method return the list of validation components to validate the request of client's role update.
getValidator() - Method in class com.skava.auth.service.impl.collection.attribute.GetCollectionAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.collection.CreateCollectionServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.collection.GetAllCollectionServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.collection.GetCollectionServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.collection.UpdateCollectionServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.collectionproperty.GetCollectionPropertyServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.collectionproperty.UpdateAllCollectionPropertiesServiceImpl
getValidator.
getValidator() - Method in class com.skava.auth.service.impl.collectionproperty.UpdateCollectionPropertiesServiceImpl
getValidator.
getValidator() - Method in class com.skava.auth.service.impl.dynamicprivilege.CreateDynamicPrivilegeServiceImpl
getValidator() - Method in class com.skava.auth.service.impl.dynamicprivilege.DeleteDynamicPrivilegeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.dynamicprivilege.GetAllDynamicPrivilegeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.dynamicprivilege.GetDynamicPrivilegeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.dynamicprivilege.UpdateDynamicPrivilegeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.featuresprivilegemapping.CreateFeaturesPrivilegeMappingServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.featuresprivilegemapping.DeleteFeaturesPrivilegeMappingServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.featuresprivilegemapping.GetFeaturesPrivilegeMappingServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.featuresprivilegemapping.UpdateFeaturesPrivilegeMappingServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.featuresrolemapping.CreateFeaturesRoleMappingServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.featuresrolemapping.DeleteFeaturesRoleMappingServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.featuresrolemapping.GetFeaturesRoleMappingServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.featuresrolemapping.UpdateFeaturesRoleMappingServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.groupattribute.CreateGroupAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.groupattribute.DeleteGroupAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.groupattribute.GetAllGroupAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.groupattribute.GetGroupAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.groupattribute.UpdateGroupAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.outhclient.CreateOAuthClientServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.outhclient.DeleteOAuthClientServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.outhclient.GetAllOAuthClientServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.outhclient.GetJSONWebKeySetServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.outhclient.GetOAuthClientServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.outhclient.OAuthClientAuthorizationServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.outhclient.UpdateOAuthClientServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilege.CreatePrivilegeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilege.DeletePrivilegeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilege.GetAllPrivilegeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilege.GetPrivilegeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilege.UpdatePrivilegeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilegeset.AddPrivilegesToPrivilegeSetServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilegeset.CreatePrivilegeSetServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilegeset.DeletePrivilegeSetServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilegeset.GetAllPrivilegeSetServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilegeset.GetPrivilegeSetServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilegeset.GetPrivilegesOfPrivilegeSetServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilegeset.RemovePrivilegesFromPrivilegeSetServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.privilegeset.UpdatePrivilegeSetServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.role.AddPrivilegeSetsToRoleServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.role.CreateRoleServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.role.DeleteRoleServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.role.GetAllRolesServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.role.GetPrivilegeSetsOfRoleServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.role.GetRoleServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.role.ModifyRoleServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.role.RemovePrivilegeSetsFromRoleServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.role.UpdateRoleServiceImpl
getvalidator method returns available validators
getValidator() - Method in class com.skava.auth.service.impl.session.CreateClientSessionServiceImpl
This method return the list of validation components to validate the request of create session.
getValidator() - Method in class com.skava.auth.service.impl.session.CreateSessionServiceImpl
This method return the list of validation components to validate the request of create session.
getValidator() - Method in class com.skava.auth.service.impl.session.DeleteClientSessionServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.session.DeleteSessionServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.session.GetSessionServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.session.RefreshSessionServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.userattribute.CreateUserAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.userattribute.DeleteUserAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.userattribute.GetAllUserAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.userattribute.GetUserAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.userattribute.UpdateUserAttributeServiceImpl
 
getValidator() - Method in class com.skava.auth.service.impl.userrole.AddRolesToUsersServiceImpl
This method return the list of validation components to validate the request of user's role addition.
getValidator() - Method in class com.skava.auth.service.impl.userrole.DeleteUserRolesServiceImpl
This method return the list of validation component.
getValidator() - Method in class com.skava.auth.service.impl.userrole.GetUserRolesServiceImpl
This method return the list of validation component.
getValidator() - Method in class com.skava.auth.service.impl.userrole.GetUsersRoleServiceImpl
This method return the list of validation component.
getValidator() - Method in class com.skava.auth.service.impl.userrole.UpdateAllUserRolesServiceImpl
This method return the list of validation components to validate the request of user's role update.
getValue(String, String) - Method in class com.skava.auth.helper.CacheImpl
 
getValueFromCache(String, String, Class<T>) - Method in class com.skava.auth.helper.CacheImpl
 
GrantedRole - Class in com.skava.auth.support.model
This class holds the granted role info.
GrantedRole() - Constructor for class com.skava.auth.support.model.GrantedRole
default constructor
GREATER_THAN_OPERATION - Static variable in class com.skava.auth.util.QueryDSLSearchUtil
 
groupAttribute - Variable in class com.skava.auth.model.entities.Privilege
 
groupAttribute - Static variable in class com.skava.auth.model.entities.QGroupAttribute
 
groupAttribute - Variable in class com.skava.auth.model.entities.QPrivilege
 
GroupAttribute - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `groupattribute` entity.
GroupAttribute() - Constructor for class com.skava.auth.model.entities.GroupAttribute
Instantiates a new group attributes.
GroupAttribute(GroupAttributeVO) - Constructor for class com.skava.auth.model.entities.GroupAttribute
Instantiates a new group attributes.
GroupAttributeController - Class in com.skava.auth.web
This class act as a controller to handle the group attribute's manipulation.
GroupAttributeController() - Constructor for class com.skava.auth.web.GroupAttributeController
The class constructor.
groupAttributeCreatedBy - Variable in class com.skava.auth.model.rest.entities.GroupAttributeVO
Indicates the user who created this entry.
groupAttributeCreatedTimestamp - Variable in class com.skava.auth.model.rest.entities.GroupAttributeVO
Indicates the date and time that this entry was created.
groupAttributeId - Variable in class com.skava.auth.model.rest.entities.GroupAttributeVO
Holds a unique identifier of the Group Attribute which can be associated with Auth Group and Privilege.
GroupAttributeRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `groupattribute` entity.
GroupAttributeRepository.GroupAttributeProjection - Interface in com.skava.auth.repository
GroupAttributeProjection interface.
GroupAttributeResponse - Class in com.skava.auth.model.response.groupattribute
Data transfer class holds the group attribute as response data to transfer from service to controller.
GroupAttributeResponse() - Constructor for class com.skava.auth.model.response.groupattribute.GroupAttributeResponse
Instantiates a new group attribute response.
GroupAttributeResponse(String, GroupAttribute) - Constructor for class com.skava.auth.model.response.groupattribute.GroupAttributeResponse
Instantiates a new group attribute response.
GroupAttributeServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `groupattribute` entity.
GroupAttributeServices() - Constructor for class com.skava.auth.service.GroupAttributeServices
 
GroupAttributesResponse - Class in com.skava.auth.model.response.groupattribute
Data transfer class holds the list of group attribute as response data to transfer from service to controller.
GroupAttributesResponse(String, List<GroupAttribute>) - Constructor for class com.skava.auth.model.response.groupattribute.GroupAttributesResponse
Instantiates a new group attributes response.
groupAttributeUpdatedBy - Variable in class com.skava.auth.model.rest.entities.GroupAttributeVO
Indicates the user who updated this entry.
groupAttributeUpdatedTimestamp - Variable in class com.skava.auth.model.rest.entities.GroupAttributeVO
Indicates the date and time that this entry was updated.
GroupAttributeUtil - Class in com.skava.auth.util
 
GroupAttributeVO - Class in com.skava.auth.model.rest.entities
Data transfer class holds the privilege attribute of the group.
GroupAttributeVO() - Constructor for class com.skava.auth.model.rest.entities.GroupAttributeVO
Instantiates a new group attributes value object.
GroupAttributeVO(GroupAttribute) - Constructor for class com.skava.auth.model.rest.entities.GroupAttributeVO
Instantiates a new group attributes value object.
groups - Variable in class com.skava.auth.model.entities.QRole
 
GUEST_AUTH_EXPIRY_TIME_IN_MINS - Static variable in class com.skava.auth.constant.AuthConstants
GUEST_AUTH_EXPIRY_TIME_IN_MINS
GUEST_AUTH_EXPIRY_TIME_MINS - Static variable in class com.skava.auth.constant.AuthConstants
GUEST_AUTH_EXPIRY_TIME_MINS
GUEST_SESSION_CACHE_NAME - Static variable in class com.skava.auth.helper.CacheImpl
The Constant GUEST_SESSION_CACHE_NAME.
GUEST_USER_TOKEN_EXPIRE_TIME_CACHE_KEY_PREFIX - Static variable in class com.skava.auth.constant.AuthConstants
 

H

handleAccessDeniedException(HttpServletRequest, AccessDeniedException) - Method in class com.skava.auth.helper.AuthExceptionHandler
This method is used to construct ValidationErrorResponse and set error code and localized message for access denied exception.
handleResourceNotFoundException(HttpServletRequest, ResourceNotFoundException) - Method in class com.skava.auth.helper.AuthExceptionHandler
This method used to construct ValidationErrorResponse and set error code and localized message for resource not found exception.
handleRunTimeException(HttpServletRequest, RuntimeException) - Method in class com.skava.auth.helper.AuthExceptionHandler
This method is used to construct ValidationErrorResponse and set error code and localized message for run time exception.
hasAccessForOpenRole(Long, AuthTokenHandler) - Static method in class com.skava.auth.helper.AccessControlHelper
This method will validate Request userId with Auth token userId
hasBusinessAccessByBusinessIds(String[], String, AuthTokenHandler) - Static method in class com.skava.auth.helper.AccessControlHelper
This method return the accessibility result of business by list of business identifiers.
hasBusinessAccessForProtectedClientRole(Iterator<ClientRoleVO>, String, AuthTokenHandler) - Static method in class com.skava.auth.helper.AccessControlHelper
This method return the accessibility result of client's protected role.
hasBusinessAccessForProtectedClientRoles(Collection<ClientRolesVO>, String, AuthTokenHandler) - Static method in class com.skava.auth.helper.AccessControlHelper
This method return the accessibility result of client's protected role.
hasBusinessAccessForProtectedRole(Iterator<UserRoleVO>, String, AuthTokenHandler) - Static method in class com.skava.auth.helper.AccessControlHelper
This method return the accessibility result of user's protected role.
hasBusinessAccessForProtectedRoles(Collection<UserRolesVO>, String, AuthTokenHandler) - Static method in class com.skava.auth.helper.AccessControlHelper
This method return the accessibility result of user's protected role.
hashCode() - Method in class com.skava.auth.model.entities.ClientRole
 
hashCode() - Method in class com.skava.auth.model.entities.CollectionAttribute
hashCode() - Method in class com.skava.auth.model.entities.CollectionProperty
hashCode() - Method in class com.skava.auth.model.entities.UserRole
 
hasPersmissionToUpdateRoles(Set<UserRole>, Set<UserRoleVO>, AuthTokenHandler, Long) - Static method in class com.skava.auth.helper.AccessControlHelper
This method will validate the auth token user has access to update roles
hasSelfAccess(Long, Long) - Static method in class com.skava.auth.helper.AccessControlHelper
This method return the accessibility result of self access.
hasSelfAccess(Long, Matcher, int, AuthTokenHandler) - Static method in class com.skava.auth.util.AuthUtil
 
hasSelfClientAccess(Long, Matcher, int, AuthTokenHandler) - Static method in class com.skava.auth.util.AuthUtil
 
hasSelfClientAccess(String, String) - Static method in class com.skava.auth.helper.AccessControlHelper
This method return the accessibility result of self access.
hasSingleKey(Map<K, V>, K) - Static method in class com.skava.auth.util.JavaCollectionUtil
This method validates the given map has given element or not.
hasTokenOpenRole(AuthTokenHandler) - Static method in class com.skava.auth.helper.AccessControlHelper
This method will validate the auth token roles has open role
HEADER_X_BUSINESS_ID - Static variable in class com.skava.auth.constant.AuthConstants
The Constant business-id.
HEADER_X_COLLECTION_ID - Static variable in class com.skava.auth.constant.AuthConstants
The Constant x-collection-id.
HEADER_X_STORE_ID - Static variable in class com.skava.auth.constant.AuthConstants
The Constant x-store-id.
httpTracing(Tracing) - Method in class com.skava.auth.AuthApplication
 

I

id - Variable in class com.skava.auth.model.entities.BaseEntity
This method return the unique identifier of the resource.
id - Variable in class com.skava.auth.model.entities.FeaturesPrivilegeMapping
This method return the unique identifier of the resource.
id - Variable in class com.skava.auth.model.entities.QAuthGroup
 
id - Variable in class com.skava.auth.model.entities.QBaseEntity
 
id - Variable in class com.skava.auth.model.entities.QClientRole
 
id - Variable in class com.skava.auth.model.entities.QClientSecret
 
id - Variable in class com.skava.auth.model.entities.QClientSession
 
id - Variable in class com.skava.auth.model.entities.QCollection
 
id - Variable in class com.skava.auth.model.entities.QCollectionAttribute
 
id - Variable in class com.skava.auth.model.entities.QCollectionProperty
 
id - Variable in class com.skava.auth.model.entities.QDescriptiveEntity
 
id - Variable in class com.skava.auth.model.entities.QDynamicPrivilege
 
id - Variable in class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
id - Variable in class com.skava.auth.model.entities.QFeaturesRoleMapping
 
id - Variable in class com.skava.auth.model.entities.QGroupAttribute
 
id - Variable in class com.skava.auth.model.entities.QOAuthClient
 
id - Variable in class com.skava.auth.model.entities.QPrivilege
 
id - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
id - Variable in class com.skava.auth.model.entities.QRole
 
id - Variable in class com.skava.auth.model.entities.QUserAttribute
 
id - Variable in class com.skava.auth.model.entities.QUserRole
 
id - Variable in class com.skava.auth.model.entities.QUserSession
 
id - Variable in class com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
Holds a unique identifier of the Privilege which can be associated with the Privilege Set.
id - Variable in class com.skava.auth.model.rest.entities.GetFullPrivilegeSetVO
Holds a unique identifier of the Privilege Set which can be associated with the Privileges.
id - Variable in class com.skava.auth.model.rest.entities.RoleVO
Holds a unique identifier of the Role which can be associated with Privilege set.
idTokenSignedResponseAlg - Variable in class com.skava.auth.model.entities.QOAuthClient
 
IN_ACTIVE - Static variable in class com.skava.auth.model.entities.ClientSession
 
IN_ACTIVE - Static variable in class com.skava.auth.model.entities.UserSession
 
INACTIVE - Enum constant in enum class com.skava.auth.model.entities.CollectionStatus
 
INT - Enum constant in enum class com.skava.auth.model.entities.CollectionAttributeType
 
isAttributeNotEqual(CollectionProperty) - Method in class com.skava.auth.model.entities.CollectionProperty
This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.
isAuthTokenRequestValid(Long, Long, String[], AuthTokenHandler) - Static method in class com.skava.auth.util.SessionUtil
 
isBearerTokenValid(String[], Long) - Static method in class com.skava.auth.util.AuthUtil
This method used to validate the bearer token based on the given user information.
isBusinessIdNotEqual(ClientRole) - Method in class com.skava.auth.model.entities.ClientRole
This method is to check the equality of two business identifiers from two different objects, return TRUE if equals else FALSE.
isBusinessIdNotEqual(UserRole) - Method in class com.skava.auth.model.entities.UserRole
This method is to check the equality of two business identifiers from two different objects, return TRUE if equals else FALSE.
isBusinessIdValid(Long) - Static method in class com.skava.auth.util.AuthUtil
isValidBusinessId
isClientAuthTokenRequestValid(String, Long, String[], AuthTokenHandler) - Static method in class com.skava.auth.util.SessionUtil
 
isClientBearerTokenValid(String[], String) - Static method in class com.skava.auth.util.AuthUtil
This method used to validate the bearer token based on the given client information.
isClientIdNotEqual(ClientRole) - Method in class com.skava.auth.model.entities.ClientRole
This method is to check the equality of two client identifiers from two different objects, return TRUE if equals else FALSE.
isClientIdValid(String) - Static method in class com.skava.auth.util.AuthUtil
 
isCollectionIdNotEqual(ClientRole) - Method in class com.skava.auth.model.entities.ClientRole
This method is to check the equality of two collection identifiers from two different objects, return TRUE if equals else FALSE.
isCollectionIdNotEqual(UserRole) - Method in class com.skava.auth.model.entities.UserRole
This method is to check the equality of two collection identifiers from two different objects, return TRUE if equals else FALSE.
isCollectionNameValid(String) - Static method in class com.skava.auth.util.AuthUtil
 
isCollectionPropertyAndAttributeEquals(CollectionAttribute, CollectionPropertyVO) - Static method in class com.skava.auth.util.AuthUtil
 
isCollectionPropertyHaveValidValue(CollectionPropertyVO) - Static method in class com.skava.auth.util.AuthUtil
 
isDescriptionValid(String) - Static method in class com.skava.auth.util.AuthUtil
 
isGuest(AuthGrantedAuthority, AuthSessionHandler) - Static method in class com.skava.auth.util.SessionUtil
 
isInstanceLevelBusinessId(Long) - Static method in class com.skava.auth.util.AuthUtil
iInstanceLevelBusinessId
isInstanceRole(String) - Static method in class com.skava.auth.helper.AccessControlHelper
 
isNameEqual(CollectionAttribute) - Method in class com.skava.auth.model.entities.CollectionAttribute
This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.
isObjectValid(Object) - Static method in class com.skava.auth.util.AuthUtil
 
isOpenRole(String) - Static method in class com.skava.auth.helper.AccessControlHelper
 
isPossibleValuesAvailable(CollectionAttributeType) - Static method in class com.skava.auth.util.AuthUtil
 
isPrivilegeParamsValid(PrivilegeRequest) - Method in class com.skava.auth.service.impl.privilege.UpdatePrivilegeServiceImpl
 
isRequestValid(Object) - Static method in class com.skava.auth.util.AuthGroupUtil
 
isRoleNameNotEqual(ClientRole) - Method in class com.skava.auth.model.entities.ClientRole
This method is to check the equality of two roles from two different objects, return TRUE if equals else FALSE.
isRoleNameNotEqual(UserRole) - Method in class com.skava.auth.model.entities.UserRole
This method is to check the equality of two roles from two different objects, return TRUE if equals else FALSE.
isRoleNameValid(String) - Static method in class com.skava.auth.util.AuthUtil
 
isServiceCollectionIdNotEqual(ClientRole) - Method in class com.skava.auth.model.entities.ClientRole
This method is to check the equality of two service collection identifiers from two different objects, return TRUE if equals else FALSE.
isServiceCollectionIdNotEqual(UserRole) - Method in class com.skava.auth.model.entities.UserRole
This method is to check the equality of two service collection identifiers from two different objects, return TRUE if equals else FALSE.
isServiceNotEqual(ClientRole) - Method in class com.skava.auth.model.entities.ClientRole
This method is to check the equality of two service names from two different objects, return TRUE if equals else FALSE.
isServiceNotEqual(UserRole) - Method in class com.skava.auth.model.entities.UserRole
This method is to check the equality of two service names from two different objects, return TRUE if equals else FALSE.
isStoreIdNotEqual(ClientRole) - Method in class com.skava.auth.model.entities.ClientRole
This method is to check the equality of two store identifiers from two different objects, return TRUE if equals else FALSE.
isStoreIdNotEqual(UserRole) - Method in class com.skava.auth.model.entities.UserRole
This method is to check the equality of two store identifiers from two different objects, return TRUE if equals else FALSE.
isUserIdNotEqual(UserRole) - Method in class com.skava.auth.model.entities.UserRole
This method is to check the equality of two user identifiers from two different objects, return TRUE if equals else FALSE.
isUserIdValid(Long) - Static method in class com.skava.auth.util.AuthUtil
 
isValidCollection(Long, Long, CollectionRepository, CacheImpl) - Static method in class com.skava.auth.util.CacheUtil
isValidCollection
isValidCollectionId(Long) - Static method in class com.skava.auth.util.AuthUtil
This method is used to validate the collection identifier.
isValidLong(Long) - Static method in class com.skava.auth.util.AuthUtil
 
isValidString(String) - Static method in class com.skava.auth.util.AuthUtil
 

J

JavaCollectionUtil - Class in com.skava.auth.util
THis class holds the utility methods related to java collections.
JavaCollectionUtil() - Constructor for class com.skava.auth.util.JavaCollectionUtil
default constructor.
jwksUri - Variable in class com.skava.auth.model.entities.QOAuthClient
 

K

kid - Variable in class com.skava.auth.model.entities.QClientSecret
 
kty - Variable in class com.skava.auth.model.entities.QClientSecret
 

L

LESSER_THAN_OPERATION - Static variable in class com.skava.auth.util.QueryDSLSearchUtil
 
level - Variable in class com.skava.auth.model.entities.QDynamicPrivilege
 
level - Variable in class com.skava.auth.model.entities.QPrivilege
 
loadClientTokenExpireTime(Long, String, Long, CollectionPropertyRepository) - Static method in class com.skava.auth.util.OAuthUtil
This method return the client token expire time from collection property.
loadCollectionProperty(Long, String, CollectionPropertyRepository) - Static method in class com.skava.auth.util.OAuthUtil
This method load the collection property by using collection identifier and collection attribute name.
loadIssuer(Long, String, String, CollectionPropertyRepository) - Static method in class com.skava.auth.util.OAuthUtil
This method load the issuer name from the collection property.
logoUri - Variable in class com.skava.auth.model.entities.QOAuthClient
 
LONG - Enum constant in enum class com.skava.auth.model.entities.CollectionAttributeType
 
LONGSTRING - Enum constant in enum class com.skava.auth.model.entities.CollectionAttributeType
 

M

main(String[]) - Static method in class com.skava.auth.AuthApplication
This method used to start a Authorization as a spring boot application.
manage - Variable in class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
manage - Variable in class com.skava.auth.model.entities.QFeaturesRoleMapping
 
manage - Variable in class com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
Refers to the manage featureAndPrivilageMap.
MESSAGE_SENDER_AUTH - Static variable in class com.skava.auth.constant.AuthConstants
 
MESSAGE_TYPE_NOTIFICATION - Static variable in class com.skava.auth.constant.AuthConstants
 
messageSource - Variable in class com.skava.auth.service.impl.authgroup.CreateAuthGroupServiceImpl
 
messageSource - Variable in class com.skava.auth.service.impl.clientrole.AddRolesToClientsServiceImpl
message source for message localization.
messageSource - Variable in class com.skava.auth.service.impl.clientrole.UpdateAllClientRolesServiceImpl
message source for localization
messageSource - Variable in class com.skava.auth.service.impl.userrole.AddRolesToUsersServiceImpl
message source for message localization.
messageSource - Variable in class com.skava.auth.service.impl.userrole.UpdateAllUserRolesServiceImpl
message source for localization
messageSource - Variable in class com.skava.auth.service.validator.AuthValidatorComponent
 
METHOD_ENTERED - Static variable in class com.skava.auth.constant.AuthConstants
Constant for Method entered
METHOD_EXCEPTION - Static variable in class com.skava.auth.constant.AuthConstants
Constant for Method exception
METHOD_EXITED - Static variable in class com.skava.auth.constant.AuthConstants
Constant for Method exited
modifyRole(String, String, long, Long, RoleVO, Long) - Method in class com.skava.auth.web.RoleController
This service is used to update role details based on collection identifier and role identifier.
ModifyRoleService - Interface in com.skava.auth.service.role
An interface to define the service for updating role.
ModifyRoleServiceImpl - Class in com.skava.auth.service.impl.role
This service class implements UpdateRoleService and handles the update role service request, process it and save the details in DB.
ModifyRoleServiceImpl() - Constructor for class com.skava.auth.service.impl.role.ModifyRoleServiceImpl
The class constructor.

N

n - Variable in class com.skava.auth.model.entities.QClientSecret
 
name - Variable in class com.skava.auth.model.entities.DescriptiveEntity
The name.
name - Variable in class com.skava.auth.model.entities.QAuthGroup
 
name - Variable in class com.skava.auth.model.entities.QCollection
 
name - Variable in class com.skava.auth.model.entities.QCollectionAttribute
 
name - Variable in class com.skava.auth.model.entities.QDescriptiveEntity
 
name - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
name - Variable in class com.skava.auth.model.entities.QRole
 
name - Variable in class com.skava.auth.model.rest.entities.CollectionAttributeVO
The name of the attribute.
name - Variable in class com.skava.auth.model.rest.entities.CollectionPropertyVO
name of the collection property.
name - Variable in class com.skava.auth.model.rest.entities.GetFullPrivilegeSetVO
Holds the name of this entry.
name - Variable in class com.skava.auth.model.rest.entities.RoleVO
Holds the name of this entry.
NAME - Static variable in class com.skava.release.AuthReleaseDefinition
 
NO_OF_ACTIVE_SESSIONS - Static variable in class com.skava.auth.service.impl.session.CreateSessionServiceImpl
It denotes the number of active sessions.
nullable - Variable in class com.skava.auth.model.entities.QCollectionAttribute
 
nullable - Variable in class com.skava.auth.model.rest.entities.CollectionAttributeVO
The attribute emptiness of the attribute.

O

OAUTH_CLIENT_CACHE_NAME - Static variable in class com.skava.auth.helper.CacheImpl
The Constant OAUTH_CLIENT_CACHE_NAME.
OAUTH_CLIENT_PUBLIC_KEY_CACHE_NAME - Static variable in class com.skava.auth.helper.CacheImpl
The Constant OAUTH_CLIENT_PUBLIC_KEY_CACHE_NAME.
oauthclient - Static variable in class com.skava.auth.model.entities.QOAuthClient
 
OAuthClient - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `oauth_client` entity.
OAuthClient() - Constructor for class com.skava.auth.model.entities.OAuthClient
Default Constructor.
OAuthClient(OAuthClientVO, Long) - Constructor for class com.skava.auth.model.entities.OAuthClient
Instantiates a new authorization group.
OAuthClientAccessTokenResponse - Class in com.skava.auth.model.response.oauthclient
 
OAuthClientAccessTokenResponse() - Constructor for class com.skava.auth.model.response.oauthclient.OAuthClientAccessTokenResponse
 
OAuthClientAccessTokenVO - Class in com.skava.auth.model.request.oauthclient
 
OAuthClientAccessTokenVO() - Constructor for class com.skava.auth.model.request.oauthclient.OAuthClientAccessTokenVO
 
OAuthClientAuthorizationService - Interface in com.skava.auth.service.oauthclient
An interface to represent the service for authorizing users who wishes to access the registered client applications.
OAuthClientAuthorizationServiceImpl - Class in com.skava.auth.service.impl.outhclient
This service class implements OAuthClientAuthorizationService and handles the client application's authorize request and return the id_token of the user when the user has valid session.
OAuthClientAuthorizationServiceImpl() - Constructor for class com.skava.auth.service.impl.outhclient.OAuthClientAuthorizationServiceImpl
The class constructor.
OAuthClientRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `oauth_client` entity.
OAuthClientResponse - Class in com.skava.auth.model.response.oauthclient
Data transfer class holds the list of client details as response data to transfer from service to controller.
OAuthClientResponse(OAuthClientVO) - Constructor for class com.skava.auth.model.response.oauthclient.OAuthClientResponse
 
OAuthClientResponse(OAuthClientVO, String) - Constructor for class com.skava.auth.model.response.oauthclient.OAuthClientResponse
Instantiates new client response.
OAuthClientResponse(String) - Constructor for class com.skava.auth.model.response.oauthclient.OAuthClientResponse
 
OAuthClientServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `oauthclient` entity.
OAuthClientServices() - Constructor for class com.skava.auth.service.OAuthClientServices
 
OAuthClientsResponse - Class in com.skava.auth.model.response.oauthclient
Data transfer class holds the list of client details as response data to transfer from service to controller.
OAuthClientsResponse(List<OAuthClient>, PageableInfo, String) - Constructor for class com.skava.auth.model.response.oauthclient.OAuthClientsResponse
Instantiates new client response.
OAuthClientVO - Class in com.skava.auth.model.rest.entities
Data transfer class contains the client details.
OAuthClientVO() - Constructor for class com.skava.auth.model.rest.entities.OAuthClientVO
Construct a OAuthClientVO object.
OAuthClientVO(OAuthClient, String) - Constructor for class com.skava.auth.model.rest.entities.OAuthClientVO
 
OAuthKeyUtil - Class in com.skava.auth.util
 
OAuthUtil - Class in com.skava.auth.util
 
openApi() - Method in class com.skava.auth.AuthApplication
This method return the swagger API documentation information as a container object by spring fox support classes and methods.
OpenAuthClientController - Class in com.skava.auth.web
The class act as a controller to handle oauthclients manipulation.
OpenAuthClientController() - Constructor for class com.skava.auth.web.OpenAuthClientController
The class constructor.

P

PageableInfo - Class in com.skava.auth.model.rest.entities
Data transfer class holds the pagination related information.
PageableInfo() - Constructor for class com.skava.auth.model.rest.entities.PageableInfo
 
PaginationUtil - Class in com.skava.auth.util
This class has the utility methods for page details manipulation.
ping() - Method in class com.skava.auth.web.PingController
This service is used to check status of the Authorization microservice.
PingController - Class in com.skava.auth.web
This controller class contains service end-point that is used to check if microservice is responsing to requests.
PingController() - Constructor for class com.skava.auth.web.PingController
Default Constructor
preAuthorize(Long, Long, Set<UserRole>, Set<UserRoleVO>, AuthTokenHandler, MessageSource) - Static method in class com.skava.auth.helper.AccessControlHelper
 
preAuthorize(Long, Long, Set<UserRole>, Set<UserRoleVO>, AuthTokenHandler, MessageSource, boolean) - Static method in class com.skava.auth.helper.AccessControlHelper
 
preAuthorizeClient(String, Long, Set<ClientRole>, Set<ClientRoleVO>, AuthTokenHandler, MessageSource) - Static method in class com.skava.auth.helper.AccessControlHelper
 
preAuthorizeForClientRoleSearch(boolean, boolean, boolean, boolean, MessageSource) - Static method in class com.skava.auth.util.ClientRoleUtil
 
preAuthorizeForUserRoleSearch(boolean, boolean, boolean, boolean, MessageSource) - Static method in class com.skava.auth.util.UserRoleUtil
 
preAuthorizeInstanceRole(AuthTokenHandler, MessageSource) - Static method in class com.skava.auth.helper.AccessControlHelper
 
preProcess(InputModel) - Method in class com.skava.auth.service.validator.authgroup.AddRoleToAuthGroupServiceValidator
preProcess(InputModel) - Method in class com.skava.auth.service.validator.AuthValidatorComponent
preProcess(InputModel) - Method in class com.skava.auth.service.validator.clientrole.AddRolesToClientsValidator
preProcess.
preProcess(InputModel) - Method in class com.skava.auth.service.validator.clientrole.ClientRoleValidator
preProcess(InputModel) - Method in class com.skava.auth.service.validator.collection.CollectionCreateAndUpdateValidator
preProcess(InputModel) - Method in class com.skava.auth.service.validator.collectionproperty.CollectionPropertiesUpdateValidator
preProcess(InputModel) - Method in class com.skava.auth.service.validator.featuresrolemapping.CreateUpdateFeaturesRoleMappingValidator
 
preProcess(InputModel) - Method in class com.skava.auth.service.validator.privilegeset.AddPrivilegeToPrivilegeSetValidator
preProcess(InputModel) - Method in class com.skava.auth.service.validator.role.AddPrivilegeSetToRoleValidator
preProcess(InputModel) - Method in class com.skava.auth.service.validator.role.CreateRoleValidator
This method validate the role create request of the collection.
preProcess(InputModel) - Method in class com.skava.auth.service.validator.session.CreateClientSessionValidator
preProcess.
preProcess(InputModel) - Method in class com.skava.auth.service.validator.session.CreateSessionValidator
preProcess.
preProcess(InputModel) - Method in class com.skava.auth.service.validator.userrole.AddRolesToUsersValidator
preProcess.
preProcess(InputModel) - Method in class com.skava.auth.service.validator.userrole.UserRoleValidator
privateKey - Variable in class com.skava.auth.model.entities.QClientSecret
 
privilege - Variable in class com.skava.auth.model.entities.QGroupAttribute
 
privilege - Static variable in class com.skava.auth.model.entities.QPrivilege
 
privilege - Variable in class com.skava.auth.model.entities.QUserAttribute
 
Privilege - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `privilege` entity.
Privilege() - Constructor for class com.skava.auth.model.entities.Privilege
The class constructor.
Privilege(PrivilegeVO, Long) - Constructor for class com.skava.auth.model.entities.Privilege
Instantiates a new privilege by assigning the given values.
Privilege(Long) - Constructor for class com.skava.auth.model.entities.Privilege
Instantiates a new privilege with id parameter.
PRIVILEGE_FOR_CREATE_SESSION - Static variable in class com.skava.auth.helper.AccessControlHelper
 
PRIVILEGE_FOR_DELETE_CLIENT_ROLES - Static variable in class com.skava.auth.helper.AccessControlHelper
 
PRIVILEGE_FOR_DELETE_USER_ROLES - Static variable in class com.skava.auth.helper.AccessControlHelper
 
PRIVILEGE_FOR_UPDATE_CLIENT_ROLES - Static variable in class com.skava.auth.helper.AccessControlHelper
 
PRIVILEGE_FOR_UPDATE_USER_ROLES - Static variable in class com.skava.auth.helper.AccessControlHelper
 
PRIVILEGE_FOR_VIEW_CLIENT_ROLES - Static variable in class com.skava.auth.helper.AccessControlHelper
 
PRIVILEGE_FOR_VIEW_USER_ROLES - Static variable in class com.skava.auth.helper.AccessControlHelper
 
PrivilegeCollectionMapRequest - Class in com.skava.auth.model.request.privilegeset
Data transfer class holds the privilege collection map request data for data transfer from controller to service.
PrivilegeCollectionMapRequest() - Constructor for class com.skava.auth.model.request.privilegeset.PrivilegeCollectionMapRequest
 
PrivilegeController - Class in com.skava.auth.web
This class act as a controller to handle the Privilege's manipulation.
PrivilegeController() - Constructor for class com.skava.auth.web.PrivilegeController
The class constructor.
privilegeCreatedBy - Variable in class com.skava.auth.model.rest.entities.PrivilegeVO
Indicates the user who created this Privilege.
privilegeCreatedTimestamp - Variable in class com.skava.auth.model.rest.entities.PrivilegeVO
Indicates the date and time that this Privilege was created.
privilegeId - Variable in class com.skava.auth.model.rest.entities.PrivilegeVO
Holds a unique identifier of the Privilege which can be associated with the Privilege Set.
PrivilegeRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `privilege` entity.
PrivilegeRepository.BusinessPrivilegesProjection - Interface in com.skava.auth.repository
BusinessPrivilegesProjection interface.
PrivilegeRepository.CollectionLevelPrivilegesProjection - Interface in com.skava.auth.repository
CollectionLevelPrivilegesProjection interface.
PrivilegeRequest - Class in com.skava.auth.model.request.privilege
Data transfer class holds the privilege request data for data transfer from controller to service.
PrivilegeRequest() - Constructor for class com.skava.auth.model.request.privilege.PrivilegeRequest
The class constructor.
PrivilegeResponse - Class in com.skava.auth.model.response.privilege
Data transfer class holds the privilege details as response data to transfer from service to controller.
PrivilegeResponse(String, Privilege) - Constructor for class com.skava.auth.model.response.privilege.PrivilegeResponse
Instantiates new privilege response.
privileges - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
privileges - Variable in class com.skava.auth.model.entities.QRole
 
PrivilegeServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `privilege` entity.
PrivilegeServices() - Constructor for class com.skava.auth.service.PrivilegeServices
 
privilegeSet - Variable in class com.skava.auth.model.entities.QDynamicPrivilege
 
privilegeSet - Static variable in class com.skava.auth.model.entities.QPrivilegeSet
 
PrivilegeSet - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `privilegeset` entity.
PrivilegeSet() - Constructor for class com.skava.auth.model.entities.PrivilegeSet
The class constructor.
PrivilegeSet(PrivilegeSetVO) - Constructor for class com.skava.auth.model.entities.PrivilegeSet
Instantiates a new privilege set.
PrivilegeSet(Long) - Constructor for class com.skava.auth.model.entities.PrivilegeSet
Instantiates a new Privilege Set with id parameter.
PrivilegeSetController - Class in com.skava.auth.web
This class act as a controller to handle the privilegeset's manipulation.
PrivilegeSetController() - Constructor for class com.skava.auth.web.PrivilegeSetController
The class constructor.
PrivilegeSetRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `privilegeset` entity.
PrivilegeSetRequest - Class in com.skava.auth.model.request.privilegeset
Data transfer class holds the privilege set request data to transfer from controller to service.
PrivilegeSetRequest() - Constructor for class com.skava.auth.model.request.privilegeset.PrivilegeSetRequest
The class constructor.
PrivilegeSetResponse - Class in com.skava.auth.model.response.privilegeset
Data transfer class holds the privilege set details as response data to transfer from service to controller.
PrivilegeSetResponse(String, PrivilegeSet) - Constructor for class com.skava.auth.model.response.privilegeset.PrivilegeSetResponse
Instantiates new privilege set response.
privilegeSets - Variable in class com.skava.auth.model.entities.QRole
 
PrivilegeSetServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `privilegeset` entity.
PrivilegeSetServices() - Constructor for class com.skava.auth.service.PrivilegeSetServices
Default Constructor.
PrivilegeSetsResponse - Class in com.skava.auth.model.response.privilegeset
Data transfer class holds the list of privilege set details as response data to transfer from service to controller.
PrivilegeSetsResponse(String, List<PrivilegeSet>) - Constructor for class com.skava.auth.model.response.privilegeset.PrivilegeSetsResponse
Instantiates new privilege sets response.
PrivilegeSetUtil - Class in com.skava.auth.util
 
PrivilegeSetVO - Class in com.skava.auth.model.rest.entities
Data transfer class hold the privilege set details.
PrivilegeSetVO() - Constructor for class com.skava.auth.model.rest.entities.PrivilegeSetVO
The class constructor.
PrivilegeSetVO(PrivilegeSet) - Constructor for class com.skava.auth.model.rest.entities.PrivilegeSetVO
Instantiates a new privilege set
PrivilegesResponse - Class in com.skava.auth.model.response.privilege
Data transfer class holds the list of privilege details as response data to transfer from service to controller.
PrivilegesResponse(String, List<Privilege>) - Constructor for class com.skava.auth.model.response.privilege.PrivilegesResponse
Instantiates new privileges response.
privilegeUpdatedBy - Variable in class com.skava.auth.model.rest.entities.PrivilegeVO
Indicates the user who updated this Privilege.
privilegeUpdatedTimestamp - Variable in class com.skava.auth.model.rest.entities.PrivilegeVO
Indicates the date and time that this Privilege was updated.
PrivilegeUtil - Class in com.skava.auth.util
 
PrivilegeVO - Class in com.skava.auth.model.rest.entities
Data transfer class hold the privilege information for request/response.
PrivilegeVO() - Constructor for class com.skava.auth.model.rest.entities.PrivilegeVO
The class constructor.
PrivilegeVO(Privilege) - Constructor for class com.skava.auth.model.rest.entities.PrivilegeVO
Instantiates a new privilege.
process(GetGroupAttributeRequest) - Method in class com.skava.auth.service.impl.groupattribute.UpdateGroupAttributeServiceImpl
 
process(GroupAttributeVO) - Method in class com.skava.auth.service.impl.groupattribute.CreateGroupAttributeServiceImpl
 
process(OAuthClientVO) - Method in class com.skava.auth.service.impl.outhclient.CreateOAuthClientServiceImpl
process.
process(UserAttributeVO) - Method in class com.skava.auth.service.impl.userattribute.CreateUserAttributeServiceImpl
 
process(AuthGroupIdRequest) - Method in class com.skava.auth.service.impl.authgroup.DeleteAuthGroupServiceImpl
 
process(AuthGroupIdRequest) - Method in class com.skava.auth.service.impl.authgroup.GetAuthGroupServiceImpl
 
process(AuthGroupIdRequest) - Method in class com.skava.auth.service.impl.authgroup.GetRolesOfAuthGroupServiceImpl
 
process(AuthGroupIdRequest) - Method in class com.skava.auth.service.impl.authgroup.GetUsersOfAuthGroupServiceImpl
 
process(UpdateAuthGroupRolesRequest) - Method in class com.skava.auth.service.impl.authgroup.AddRolesToAuthGroupServiceImpl
 
process(UpdateAuthGroupRolesRequest) - Method in class com.skava.auth.service.impl.authgroup.RemoveRolesFromAuthGroupServiceImpl
 
process(UpdateAuthGroupUsersRequest) - Method in class com.skava.auth.service.impl.authgroup.AddUsersToAuthGroupServiceImpl
 
process(UpdateAuthGroupUsersRequest) - Method in class com.skava.auth.service.impl.authgroup.RemoveUsersFromAuthGroupServiceImpl
 
process(AddRolesToClientsRequest) - Method in class com.skava.auth.service.impl.clientrole.AddRolesToClientsServiceImpl
This method process the client's role addition request and adds roles to clients whether given request is valid.
process(ClientRoleRequest) - Method in class com.skava.auth.service.impl.clientrole.DeleteClientRolesServiceImpl
This method return the client's roles and privileges.
process(ClientRoleRequest) - Method in class com.skava.auth.service.impl.clientrole.GetClientRolesServiceImpl
This method return the user's roles and privileges.
process(ClientRoleRequest) - Method in class com.skava.auth.service.impl.clientrole.UpdateAllClientRolesServiceImpl
 
process(ClientsRoleRequest) - Method in class com.skava.auth.service.impl.clientrole.GetClientsRoleServiceImpl
This method return the client's roles and privileges.
process(GetAllCollectionRequest) - Method in class com.skava.auth.service.impl.collection.GetAllCollectionServiceImpl
 
process(GetCollectionRequest) - Method in class com.skava.auth.service.impl.collection.GetCollectionServiceImpl
process.
process(GetCollectionPropertyRequest) - Method in class com.skava.auth.service.impl.collectionproperty.GetCollectionPropertyServiceImpl
 
process(UpdatePropertiesRequest) - Method in class com.skava.auth.service.impl.collectionproperty.UpdateAllCollectionPropertiesServiceImpl
process.
process(UpdatePropertiesRequest) - Method in class com.skava.auth.service.impl.collectionproperty.UpdateCollectionPropertiesServiceImpl
process.
process(GetAllDynamicPrivilegeRequest) - Method in class com.skava.auth.service.impl.dynamicprivilege.GetAllDynamicPrivilegeServiceImpl
 
process(GetDynamicPrivilegeRequest) - Method in class com.skava.auth.service.impl.dynamicprivilege.DeleteDynamicPrivilegeServiceImpl
 
process(GetDynamicPrivilegeRequest) - Method in class com.skava.auth.service.impl.dynamicprivilege.GetDynamicPrivilegeServiceImpl
 
process(GetGroupAttributeRequest) - Method in class com.skava.auth.service.impl.groupattribute.DeleteGroupAttributeServiceImpl
 
process(GetGroupAttributeRequest) - Method in class com.skava.auth.service.impl.groupattribute.GetAllGroupAttributeServiceImpl
 
process(GetGroupAttributeRequest) - Method in class com.skava.auth.service.impl.groupattribute.GetGroupAttributeServiceImpl
 
process(GetAllOAuthClientRequest) - Method in class com.skava.auth.service.impl.outhclient.GetAllOAuthClientServiceImpl
This method is used to load all OAuthClient based on given OAuthClient request.
process(GetOAuthClientRequest) - Method in class com.skava.auth.service.impl.outhclient.DeleteOAuthClientServiceImpl
 
process(GetOAuthClientRequest) - Method in class com.skava.auth.service.impl.outhclient.GetJSONWebKeySetServiceImpl
process.
process(GetOAuthClientRequest) - Method in class com.skava.auth.service.impl.outhclient.GetOAuthClientServiceImpl
process.
process(OAuthClientAccessTokenVO) - Method in class com.skava.auth.service.impl.outhclient.CreateOAuthClientAccessTokenServiceImpl
Method used to hit OAuth provider api to fetch access_token for client
process(UpdateOAuthClientRequest) - Method in class com.skava.auth.service.impl.outhclient.UpdateOAuthClientServiceImpl
process.
process(GetAllPrivilegeRequest) - Method in class com.skava.auth.service.impl.privilege.GetAllPrivilegeServiceImpl
 
process(GetPrivilegeRequest) - Method in class com.skava.auth.service.impl.privilege.DeletePrivilegeServiceImpl
 
process(GetPrivilegeRequest) - Method in class com.skava.auth.service.impl.privilege.GetPrivilegeServiceImpl
 
process(PrivilegeRequest) - Method in class com.skava.auth.service.impl.privilege.UpdatePrivilegeServiceImpl
 
process(AddPrivilegeRequest) - Method in class com.skava.auth.service.impl.privilegeset.AddPrivilegesToPrivilegeSetServiceImpl
 
process(AddPrivilegeRequest) - Method in class com.skava.auth.service.impl.privilegeset.RemovePrivilegesFromPrivilegeSetServiceImpl
 
process(GetAllPrivilegeSetRequest) - Method in class com.skava.auth.service.impl.privilegeset.GetAllPrivilegeSetServiceImpl
 
process(GetPrivilegeSetRequest) - Method in class com.skava.auth.service.impl.privilegeset.DeletePrivilegeSetServiceImpl
 
process(GetPrivilegeSetRequest) - Method in class com.skava.auth.service.impl.privilegeset.GetPrivilegeSetServiceImpl
 
process(GetPrivilegeSetRequest) - Method in class com.skava.auth.service.impl.privilegeset.GetPrivilegesOfPrivilegeSetServiceImpl
 
process(PrivilegeSetRequest) - Method in class com.skava.auth.service.impl.privilegeset.UpdatePrivilegeSetServiceImpl
 
process(RequestData) - Method in class com.skava.auth.service.impl.authgroup.GetAuthGroupsServiceImpl
 
process(RequestData) - Method in class com.skava.auth.service.impl.role.GetAllRolesServiceImpl
 
process(RoleCreationRequest) - Method in class com.skava.auth.service.impl.role.CreateRoleServiceImpl
 
process(RoleIdRequest) - Method in class com.skava.auth.service.impl.role.DeleteRoleServiceImpl
 
process(RoleIdRequest) - Method in class com.skava.auth.service.impl.role.GetPrivilegeSetsOfRoleServiceImpl
 
process(RoleIdRequest) - Method in class com.skava.auth.service.impl.role.GetRoleServiceImpl
 
process(UpdateRoleRequest) - Method in class com.skava.auth.service.impl.role.AddPrivilegeSetsToRoleServiceImpl
 
process(UpdateRoleRequest) - Method in class com.skava.auth.service.impl.role.RemovePrivilegeSetsFromRoleServiceImpl
 
process(ClientSessionRequest) - Method in class com.skava.auth.service.impl.session.CreateClientSessionServiceImpl
This method process the create session request and creates the user session whether given request is valid.
process(GetSessionRequest) - Method in class com.skava.auth.service.impl.session.DeleteClientSessionServiceImpl
 
process(GetSessionRequest) - Method in class com.skava.auth.service.impl.session.DeleteSessionServiceImpl
 
process(GetSessionRequest) - Method in class com.skava.auth.service.impl.session.GetSessionServiceImpl
 
process(GetSessionRequest) - Method in class com.skava.auth.service.impl.session.RefreshSessionServiceImpl
 
process(SessionRequest) - Method in class com.skava.auth.service.impl.session.CreateSessionServiceImpl
This method process the create session request and creates the user session whether given request is valid.
process(GetUserAttributeRequest) - Method in class com.skava.auth.service.impl.userattribute.DeleteUserAttributeServiceImpl
 
process(GetUserAttributeRequest) - Method in class com.skava.auth.service.impl.userattribute.GetAllUserAttributeServiceImpl
 
process(GetUserAttributeRequest) - Method in class com.skava.auth.service.impl.userattribute.GetUserAttributeServiceImpl
 
process(GetUserAttributeRequest) - Method in class com.skava.auth.service.impl.userattribute.UpdateUserAttributeServiceImpl
 
process(AddRolesToUsersRequest) - Method in class com.skava.auth.service.impl.userrole.AddRolesToUsersServiceImpl
This method process the user's role addition request and adds roles to users whether given request is valid.
process(UserRoleRequest) - Method in class com.skava.auth.service.impl.userrole.DeleteUserRolesServiceImpl
This method return the user's roles and privileges.
process(UserRoleRequest) - Method in class com.skava.auth.service.impl.userrole.GetUserRolesServiceImpl
This method return the user's roles and privileges.
process(UserRoleRequest) - Method in class com.skava.auth.service.impl.userrole.UpdateAllUserRolesServiceImpl
This method process the user's role update request and update the roles of the users whether given request is valid.
process(UsersRoleRequest) - Method in class com.skava.auth.service.impl.userrole.GetUsersRoleServiceImpl
This method return the user's roles and privileges.
process(AggregatedAccessVO) - Method in class com.skava.auth.service.impl.aggregatedaccess.AggregatedAccessServiceImpl
 
process(AuthGroupVO) - Method in class com.skava.auth.service.impl.authgroup.CreateAuthGroupServiceImpl
 
process(AuthGroupVO) - Method in class com.skava.auth.service.impl.authgroup.UpdateAuthGroupServiceImpl
 
process(AuthorizationRequestVO) - Method in class com.skava.auth.service.impl.outhclient.OAuthClientAuthorizationServiceImpl
process.
process(CollectionVO) - Method in class com.skava.auth.service.impl.collection.CreateCollectionServiceImpl
process.
process(CollectionVO) - Method in class com.skava.auth.service.impl.collection.UpdateCollectionServiceImpl
 
process(DynamicPrivilegeVO) - Method in class com.skava.auth.service.impl.dynamicprivilege.CreateDynamicPrivilegeServiceImpl
process(DynamicPrivilegeVO) - Method in class com.skava.auth.service.impl.dynamicprivilege.UpdateDynamicPrivilegeServiceImpl
 
process(FeaturesPrivilegeMappingVO) - Method in class com.skava.auth.service.impl.featuresprivilegemapping.CreateFeaturesPrivilegeMappingServiceImpl
 
process(FeaturesPrivilegeMappingVO) - Method in class com.skava.auth.service.impl.featuresprivilegemapping.DeleteFeaturesPrivilegeMappingServiceImpl
 
process(FeaturesPrivilegeMappingVO) - Method in class com.skava.auth.service.impl.featuresprivilegemapping.GetFeaturesPrivilegeMappingServiceImpl
 
process(FeaturesPrivilegeMappingVO) - Method in class com.skava.auth.service.impl.featuresprivilegemapping.UpdateFeaturesPrivilegeMappingServiceImpl
 
process(FeaturesRoleMappingVO) - Method in class com.skava.auth.service.impl.featuresrolemapping.CreateFeaturesRoleMappingServiceImpl
 
process(FeaturesRoleMappingVO) - Method in class com.skava.auth.service.impl.featuresrolemapping.DeleteFeaturesRoleMappingServiceImpl
 
process(FeaturesRoleMappingVO) - Method in class com.skava.auth.service.impl.featuresrolemapping.GetFeaturesRoleMappingServiceImpl
 
process(FeaturesRoleMappingVO) - Method in class com.skava.auth.service.impl.featuresrolemapping.UpdateFeaturesRoleMappingServiceImpl
 
process(PrivilegeSetVO) - Method in class com.skava.auth.service.impl.privilegeset.CreatePrivilegeSetServiceImpl
 
process(PrivilegeVO) - Method in class com.skava.auth.service.impl.privilege.CreatePrivilegeServiceImpl
 
process(RoleVO) - Method in class com.skava.auth.service.impl.role.ModifyRoleServiceImpl
 
process(RoleVO) - Method in class com.skava.auth.service.impl.role.UpdateRoleServiceImpl
 
process(InputModel) - Method in class com.skava.auth.service.impl.collection.attribute.GetCollectionAttributeServiceImpl
 
PROCESS - Static variable in class com.skava.auth.constant.AuthConstants
 
PROP_SPILITTER - Static variable in class com.skava.auth.constant.AuthConstants
PROP_SPILITTER
properties - Variable in class com.skava.auth.model.entities.QCollection
 
propertyConfigInDev() - Static method in class com.skava.auth.web.AuthGroupController
 
PublicKeys - Class in com.skava.auth.model.rest.entities
Data transfer class public key informations of the client application.
PublicKeys(ClientSecret) - Constructor for class com.skava.auth.model.rest.entities.PublicKeys
Constructs public keys for jwks_uri.
PublicKeyVO - Class in com.skava.auth.model.rest.entities
This model contains the public key of the client application.
PublicKeyVO(ClientSecret) - Constructor for class com.skava.auth.model.rest.entities.PublicKeyVO
construct a public key with cilent's RSA key.
publish - Variable in class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
publish - Variable in class com.skava.auth.model.entities.QFeaturesRoleMapping
 
publish - Variable in class com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
Refers to the publish featureAndPrivilageMap.
putToken(String, String, AuthenticationToken, AuthGrantedAuthority, boolean, Long) - Method in class com.skava.auth.helper.AuthSessionHandler
This method put the session details of the user to session cache.
putValueWithExpireTime(String, String, T, long, TimeUnit) - Method in class com.skava.auth.helper.CacheImpl
 

Q

QAuthGroup - Class in com.skava.auth.model.entities
QAuthGroup is a Querydsl query type for AuthGroup
QAuthGroup(Path<? extends AuthGroup>) - Constructor for class com.skava.auth.model.entities.QAuthGroup
 
QAuthGroup(PathMetadata) - Constructor for class com.skava.auth.model.entities.QAuthGroup
 
QAuthGroup(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QAuthGroup
 
QAuthGroup(Class<? extends AuthGroup>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QAuthGroup
 
QAuthGroup(String) - Constructor for class com.skava.auth.model.entities.QAuthGroup
 
QBaseEntity - Class in com.skava.auth.model.entities
QBaseEntity is a Querydsl query type for BaseEntity
QBaseEntity(Path<? extends BaseEntity>) - Constructor for class com.skava.auth.model.entities.QBaseEntity
 
QBaseEntity(PathMetadata) - Constructor for class com.skava.auth.model.entities.QBaseEntity
 
QBaseEntity(String) - Constructor for class com.skava.auth.model.entities.QBaseEntity
 
QClientRole - Class in com.skava.auth.model.entities
QClientRole is a Querydsl query type for ClientRole
QClientRole(Path<? extends ClientRole>) - Constructor for class com.skava.auth.model.entities.QClientRole
 
QClientRole(PathMetadata) - Constructor for class com.skava.auth.model.entities.QClientRole
 
QClientRole(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QClientRole
 
QClientRole(Class<? extends ClientRole>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QClientRole
 
QClientRole(String) - Constructor for class com.skava.auth.model.entities.QClientRole
 
QClientSecret - Class in com.skava.auth.model.entities
QClientSecret is a Querydsl query type for ClientSecret
QClientSecret(Path<? extends ClientSecret>) - Constructor for class com.skava.auth.model.entities.QClientSecret
 
QClientSecret(PathMetadata) - Constructor for class com.skava.auth.model.entities.QClientSecret
 
QClientSecret(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QClientSecret
 
QClientSecret(Class<? extends ClientSecret>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QClientSecret
 
QClientSecret(String) - Constructor for class com.skava.auth.model.entities.QClientSecret
 
QClientSession - Class in com.skava.auth.model.entities
QClientSession is a Querydsl query type for ClientSession
QClientSession(Path<? extends ClientSession>) - Constructor for class com.skava.auth.model.entities.QClientSession
 
QClientSession(PathMetadata) - Constructor for class com.skava.auth.model.entities.QClientSession
 
QClientSession(String) - Constructor for class com.skava.auth.model.entities.QClientSession
 
QCollection - Class in com.skava.auth.model.entities
QCollection is a Querydsl query type for Collection
QCollection(Path<? extends Collection>) - Constructor for class com.skava.auth.model.entities.QCollection
 
QCollection(PathMetadata) - Constructor for class com.skava.auth.model.entities.QCollection
 
QCollection(String) - Constructor for class com.skava.auth.model.entities.QCollection
 
QCollectionAttribute - Class in com.skava.auth.model.entities
QCollectionAttribute is a Querydsl query type for CollectionAttribute
QCollectionAttribute(Path<? extends CollectionAttribute>) - Constructor for class com.skava.auth.model.entities.QCollectionAttribute
 
QCollectionAttribute(PathMetadata) - Constructor for class com.skava.auth.model.entities.QCollectionAttribute
 
QCollectionAttribute(String) - Constructor for class com.skava.auth.model.entities.QCollectionAttribute
 
QCollectionProperty - Class in com.skava.auth.model.entities
QCollectionProperty is a Querydsl query type for CollectionProperty
QCollectionProperty(Path<? extends CollectionProperty>) - Constructor for class com.skava.auth.model.entities.QCollectionProperty
 
QCollectionProperty(PathMetadata) - Constructor for class com.skava.auth.model.entities.QCollectionProperty
 
QCollectionProperty(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QCollectionProperty
 
QCollectionProperty(Class<? extends CollectionProperty>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QCollectionProperty
 
QCollectionProperty(String) - Constructor for class com.skava.auth.model.entities.QCollectionProperty
 
QDescriptiveEntity - Class in com.skava.auth.model.entities
QDescriptiveEntity is a Querydsl query type for DescriptiveEntity
QDescriptiveEntity(Path<? extends DescriptiveEntity>) - Constructor for class com.skava.auth.model.entities.QDescriptiveEntity
 
QDescriptiveEntity(PathMetadata) - Constructor for class com.skava.auth.model.entities.QDescriptiveEntity
 
QDescriptiveEntity(String) - Constructor for class com.skava.auth.model.entities.QDescriptiveEntity
 
QDynamicPrivilege - Class in com.skava.auth.model.entities
QDynamicPrivilege is a Querydsl query type for DynamicPrivilege
QDynamicPrivilege(Path<? extends DynamicPrivilege>) - Constructor for class com.skava.auth.model.entities.QDynamicPrivilege
 
QDynamicPrivilege(PathMetadata) - Constructor for class com.skava.auth.model.entities.QDynamicPrivilege
 
QDynamicPrivilege(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QDynamicPrivilege
 
QDynamicPrivilege(Class<? extends DynamicPrivilege>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QDynamicPrivilege
 
QDynamicPrivilege(String) - Constructor for class com.skava.auth.model.entities.QDynamicPrivilege
 
QFeaturesPrivilegeMapping - Class in com.skava.auth.model.entities
QFeaturesPrivilegeMapping is a Querydsl query type for FeaturesPrivilegeMapping
QFeaturesPrivilegeMapping(Path<? extends FeaturesPrivilegeMapping>) - Constructor for class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
QFeaturesPrivilegeMapping(PathMetadata) - Constructor for class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
QFeaturesPrivilegeMapping(String) - Constructor for class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
QFeaturesRoleMapping - Class in com.skava.auth.model.entities
QFeaturesRoleMapping is a Querydsl query type for FeaturesRoleMapping
QFeaturesRoleMapping(Path<? extends FeaturesRoleMapping>) - Constructor for class com.skava.auth.model.entities.QFeaturesRoleMapping
 
QFeaturesRoleMapping(PathMetadata) - Constructor for class com.skava.auth.model.entities.QFeaturesRoleMapping
 
QFeaturesRoleMapping(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QFeaturesRoleMapping
 
QFeaturesRoleMapping(Class<? extends FeaturesRoleMapping>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QFeaturesRoleMapping
 
QFeaturesRoleMapping(String) - Constructor for class com.skava.auth.model.entities.QFeaturesRoleMapping
 
QGroupAttribute - Class in com.skava.auth.model.entities
QGroupAttribute is a Querydsl query type for GroupAttribute
QGroupAttribute(Path<? extends GroupAttribute>) - Constructor for class com.skava.auth.model.entities.QGroupAttribute
 
QGroupAttribute(PathMetadata) - Constructor for class com.skava.auth.model.entities.QGroupAttribute
 
QGroupAttribute(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QGroupAttribute
 
QGroupAttribute(Class<? extends GroupAttribute>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QGroupAttribute
 
QGroupAttribute(String) - Constructor for class com.skava.auth.model.entities.QGroupAttribute
 
QOAuthClient - Class in com.skava.auth.model.entities
QOAuthClient is a Querydsl query type for OAuthClient
QOAuthClient(Path<? extends OAuthClient>) - Constructor for class com.skava.auth.model.entities.QOAuthClient
 
QOAuthClient(PathMetadata) - Constructor for class com.skava.auth.model.entities.QOAuthClient
 
QOAuthClient(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QOAuthClient
 
QOAuthClient(Class<? extends OAuthClient>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QOAuthClient
 
QOAuthClient(String) - Constructor for class com.skava.auth.model.entities.QOAuthClient
 
QPrivilege - Class in com.skava.auth.model.entities
QPrivilege is a Querydsl query type for Privilege
QPrivilege(Path<? extends Privilege>) - Constructor for class com.skava.auth.model.entities.QPrivilege
 
QPrivilege(PathMetadata) - Constructor for class com.skava.auth.model.entities.QPrivilege
 
QPrivilege(String) - Constructor for class com.skava.auth.model.entities.QPrivilege
 
QPrivilegeSet - Class in com.skava.auth.model.entities
QPrivilegeSet is a Querydsl query type for PrivilegeSet
QPrivilegeSet(Path<? extends PrivilegeSet>) - Constructor for class com.skava.auth.model.entities.QPrivilegeSet
 
QPrivilegeSet(PathMetadata) - Constructor for class com.skava.auth.model.entities.QPrivilegeSet
 
QPrivilegeSet(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QPrivilegeSet
 
QPrivilegeSet(Class<? extends PrivilegeSet>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QPrivilegeSet
 
QPrivilegeSet(String) - Constructor for class com.skava.auth.model.entities.QPrivilegeSet
 
QRole - Class in com.skava.auth.model.entities
QRole is a Querydsl query type for Role
QRole(Path<? extends Role>) - Constructor for class com.skava.auth.model.entities.QRole
 
QRole(PathMetadata) - Constructor for class com.skava.auth.model.entities.QRole
 
QRole(String) - Constructor for class com.skava.auth.model.entities.QRole
 
QueryDSLSearchUtil - Class in com.skava.auth.util
Utility class for search operations using QueryDSL libraries.
QueryDSLSearchUtil() - Constructor for class com.skava.auth.util.QueryDSLSearchUtil
protected constructor.
QUserAttribute - Class in com.skava.auth.model.entities
QUserAttribute is a Querydsl query type for UserAttribute
QUserAttribute(Path<? extends UserAttribute>) - Constructor for class com.skava.auth.model.entities.QUserAttribute
 
QUserAttribute(PathMetadata) - Constructor for class com.skava.auth.model.entities.QUserAttribute
 
QUserAttribute(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QUserAttribute
 
QUserAttribute(Class<? extends UserAttribute>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QUserAttribute
 
QUserAttribute(String) - Constructor for class com.skava.auth.model.entities.QUserAttribute
 
QUserRole - Class in com.skava.auth.model.entities
QUserRole is a Querydsl query type for UserRole
QUserRole(Path<? extends UserRole>) - Constructor for class com.skava.auth.model.entities.QUserRole
 
QUserRole(PathMetadata) - Constructor for class com.skava.auth.model.entities.QUserRole
 
QUserRole(PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QUserRole
 
QUserRole(Class<? extends UserRole>, PathMetadata, PathInits) - Constructor for class com.skava.auth.model.entities.QUserRole
 
QUserRole(String) - Constructor for class com.skava.auth.model.entities.QUserRole
 
QUserSession - Class in com.skava.auth.model.entities
QUserSession is a Querydsl query type for UserSession
QUserSession(Path<? extends UserSession>) - Constructor for class com.skava.auth.model.entities.QUserSession
 
QUserSession(PathMetadata) - Constructor for class com.skava.auth.model.entities.QUserSession
 
QUserSession(String) - Constructor for class com.skava.auth.model.entities.QUserSession
 

R

redirectUris - Variable in class com.skava.auth.model.entities.QOAuthClient
 
REFRESH_TOKEN_EXPIRY_TIME_IN_MINS - Static variable in class com.skava.auth.constant.AuthConstants
REFRESH_TOKEN_EXPIRY_TIME_IN_MINS
REFRESH_TOKEN_EXPIRY_TIME_MINS - Static variable in class com.skava.auth.constant.AuthConstants
REFRESH_TOKEN_EXPIRY_TIME_MINS
refreshClientSession(String, String[], Long, AuthGrantedAuthority, boolean, long, AuthSessionHandler) - Static method in class com.skava.auth.util.SessionUtil
This method creates a new session with existing session identifier.
refreshSession(String, Long[], Long, AuthGrantedAuthority, boolean, long, AuthSessionHandler) - Static method in class com.skava.auth.util.SessionUtil
This method creates a new session with existing session identifier.
refreshSession(String, String, SessionRefresh) - Method in class com.skava.auth.web.SessionController
This API extends the current session and provides a new authToken(Refresh).
RefreshSessionService - Interface in com.skava.auth.service.session
An interface to define the service for retrieving session.
RefreshSessionServiceImpl - Class in com.skava.auth.service.impl.session
This service class implements GetSessionService and handles the session retrieval service request, process it and retrieve the details from DB.
RefreshSessionServiceImpl() - Constructor for class com.skava.auth.service.impl.session.RefreshSessionServiceImpl
The class constructor.
refreshToken - Variable in class com.skava.auth.model.entities.QClientSession
 
refreshToken - Variable in class com.skava.auth.model.entities.QUserSession
 
RELEASE_DATE - Static variable in class com.skava.release.AuthReleaseDefinition
 
removePrivilegeSets(String, String, long, Long, List<Long>, Long) - Method in class com.skava.auth.web.RoleController
This service is used to remove role and privilege set's association based on given role and list of privilege set identifiers.Role is the entity of this microservice to hold set of privilegesets.
RemovePrivilegeSetsFromRoleService - Interface in com.skava.auth.service.role
An interface to define the service for removing privilegesets from the role.
RemovePrivilegeSetsFromRoleServiceImpl - Class in com.skava.auth.service.impl.role
This service class implements RemovePrivilegeSetsFromRoleService and handles the remove privilege sets from a role service request, process it and save the details in DB.
RemovePrivilegeSetsFromRoleServiceImpl() - Constructor for class com.skava.auth.service.impl.role.RemovePrivilegeSetsFromRoleServiceImpl
The class constructor.
RemovePrivilegesFromPrivilegeSetService - Interface in com.skava.auth.service.privilegeset
An interface to define the service for removing privileges of the privilegeset.
RemovePrivilegesFromPrivilegeSetServiceImpl - Class in com.skava.auth.service.impl.privilegeset
This service class implements RemovePrivilegesFromPrivilegeSetService and handles the remove privileges from privilege set service request, process it and save the details in DB.
RemovePrivilegesFromPrivilegeSetServiceImpl() - Constructor for class com.skava.auth.service.impl.privilegeset.RemovePrivilegesFromPrivilegeSetServiceImpl
The class constructor.
RemoveRolesFromAuthGroupService - Interface in com.skava.auth.service.authgroup
An interface to represent the service for removing roles of auth group.
RemoveRolesFromAuthGroupServiceImpl - Class in com.skava.auth.service.impl.authgroup
This service class implements RemoveRolesFromAuthGroupService and handles the remove roles from auth group service request, process it and save the details in DB.
RemoveRolesFromAuthGroupServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.RemoveRolesFromAuthGroupServiceImpl
The class constructor.
removeSession(String) - Method in class com.skava.auth.helper.AuthSessionHandler
This method remove the session details of the user from session cache by session identifier.
RemoveUsersFromAuthGroupService - Interface in com.skava.auth.service.authgroup
An interface to represent the service for removing users from auth group.
RemoveUsersFromAuthGroupServiceImpl - Class in com.skava.auth.service.impl.authgroup
This service class implements RemoveUsersFromAuthGroupService and handles the remove users from auth group service request, process it and save the details in DB.
RemoveUsersFromAuthGroupServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.RemoveUsersFromAuthGroupServiceImpl
The class constructor.
replaceRole(String, String, long, Long, RoleVO, Long, Long) - Method in class com.skava.auth.web.RoleController
This service is used to update role details based on collection identifier and role identifier.
RepositoryBeans - Class in com.skava.auth.service.impl.session
This class holds the repository beans for db operations.
RepositoryBeans() - Constructor for class com.skava.auth.service.impl.session.RepositoryBeans
default constructor
RequestData - Class in com.skava.auth.model.request
Data transfer class for transferring common information to the service layer implementations from controller.
RequestData() - Constructor for class com.skava.auth.model.request.RequestData
Default constructor
resourceNotFoundException(String, String, String) - Static method in class com.skava.auth.util.UtilBase
This method returns the resource not found exception.
role - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
role - Static variable in class com.skava.auth.model.entities.QRole
 
Role - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `role` entity.
Role() - Constructor for class com.skava.auth.model.entities.Role
The class constructor.
Role(RoleVO, Long, Long) - Constructor for class com.skava.auth.model.entities.Role
Instantiates a new role.
Role(RoleVO, Set<Privilege>, Long, Long) - Constructor for class com.skava.auth.model.entities.Role
 
RoleController - Class in com.skava.auth.web
The Class act as a handler to handle role manipulation.
List of operations handled by this controller are, Role creationRole retrieval by role and collection identifier Role retrieval by collection identifier and search criteria Role updateAdd Role to the usersRemove Role of the users Retrieve the user's identifier who have requested role Add Privilege sets to the RoleRemove Privilege sets from the Role Retrieve the privilege sets which are available in requested Role
RoleController() - Constructor for class com.skava.auth.web.RoleController
The class constructor.
RoleCreationRequest - Class in com.skava.auth.model.request.role
Data transfer class holds the role creation request data from controller to service.
RoleCreationRequest() - Constructor for class com.skava.auth.model.request.role.RoleCreationRequest
 
roleId - Variable in class com.skava.auth.model.entities.QFeaturesRoleMapping
 
roleId - Variable in class com.skava.auth.model.request.role.UpdateRoleRequest
The role id.
RoleIdRequest - Class in com.skava.auth.model.request.role
Data transfer class holds the role request data to transfer from controller to service.
RoleIdRequest() - Constructor for class com.skava.auth.model.request.role.RoleIdRequest
The class constructor.
roleName - Variable in class com.skava.auth.model.entities.QUserRole
 
roleRepository - Variable in class com.skava.auth.service.impl.session.RepositoryBeans
role repository
RoleRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `role` entity.
RoleRepository.BusinessLevelRoleNamesProjection - Interface in com.skava.auth.repository
BusinessLevelRoleNamesProjection interface.
RoleRepository.RoleBusinessIdProjection - Interface in com.skava.auth.repository
RoleBusinessIdProjection interface.
RoleRepository.SSOPrivilege - Interface in com.skava.auth.repository
SSOPrivilege interface.
RoleRepository.UserRoleProjection - Interface in com.skava.auth.repository
UserRoleProjection interface.
RoleResponse - Class in com.skava.auth.model.response.role
Data transfer class holds the role details as response data to transfer from service to controller.
RoleResponse(String) - Constructor for class com.skava.auth.model.response.role.RoleResponse
Instantiates new role response.
RoleResponse(String, Role) - Constructor for class com.skava.auth.model.response.role.RoleResponse
Instantiates new role response.
RoleResponse(String, Role, boolean) - Constructor for class com.skava.auth.model.response.role.RoleResponse
Instantiates new role response object with load dependency check, if load dependency is required then new role dependency is added in response.
roles - Variable in class com.skava.auth.model.entities.QAuthGroup
 
RoleServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `role` entity.
RoleServices() - Constructor for class com.skava.auth.service.RoleServices
Default Constructor.
RolesResponse - Class in com.skava.auth.model.response.role
Data transfer class holds the list of role details as response data to transfer from service to controller.
RolesResponse(String, List<Role>) - Constructor for class com.skava.auth.model.response.role.RolesResponse
Instantiates new roles response.
RolesResponse(String, List<Role>, boolean, Long) - Constructor for class com.skava.auth.model.response.role.RolesResponse
Instantiates new roles response.
RoleUtil - Class in com.skava.auth.util
 
RoleVO - Class in com.skava.auth.model.rest.entities
Data transfer class holds the role information for request/response.
RoleVO() - Constructor for class com.skava.auth.model.rest.entities.RoleVO
The class constructor.
RoleVO(Role) - Constructor for class com.skava.auth.model.rest.entities.RoleVO
Instantiates a new role.
RoleVO(Role, Set<Privilege>) - Constructor for class com.skava.auth.model.rest.entities.RoleVO
Instantiates a new role.
rule - Variable in class com.skava.auth.model.entities.QCollectionAttribute
 

S

save(FeaturesPrivilegeMapping) - Method in interface com.skava.auth.repository.FeaturesPrivilegeMappingRepository
Saves a given entity.
saveAllClientAttribute(List<ClientRole>) - Method in class com.skava.auth.service.impl.clientrole.AddRolesToClientsServiceImpl
This method saves the all the client role details into the database.
saveAllPrivileges(Set<Privilege>, PrivilegeRepository) - Static method in class com.skava.auth.util.PrivilegeUtil
 
saveAllUserAttribute(List<UserRole>) - Method in class com.skava.auth.service.impl.userrole.AddRolesToUsersServiceImpl
This method saves the all the user role details into the database.
saveDetailsToCache(String, String, T) - Method in class com.skava.auth.helper.CacheImpl
 
SEARCH_KEY_INDEX - Static variable in class com.skava.auth.util.QueryDSLSearchUtil
 
SEARCH_OPERATION_INDEX - Static variable in class com.skava.auth.util.QueryDSLSearchUtil
 
SEARCH_VALUES_INDEX - Static variable in class com.skava.auth.util.QueryDSLSearchUtil
 
searchAuthGroups(String, long, int, int, EntityManager) - Static method in class com.skava.auth.util.AuthGroupUtil
 
searchClientRoles(Long, Boolean, ClientsRoleRequest, List<SearchCriteria>, AuthCommonServices, EntityManager) - Static method in class com.skava.auth.util.ClientRoleUtil
This method is used to search collection.
searchClientRolesByClientId(String, Specification<ClientRole>, ClientRoleRepository, MessageSource) - Static method in class com.skava.auth.util.ClientRoleUtil
 
searchClientsRoles(Long, int, int, List<SearchCriteria>, EntityManager, ClientRoleRepository) - Static method in class com.skava.auth.util.ClientRoleUtil
 
SearchCriteria - Class in com.skava.auth.helper.search
This class used as a container for filter parameter's key, values and operation for resource filter operation.
SearchCriteria(String, String, Object) - Constructor for class com.skava.auth.helper.search.SearchCriteria
Instantiates a new search criteria.
searchDynamicPrivileges(String, long, int, int, EntityManager) - Static method in class com.skava.auth.util.DynamicPrivilegeUtil
 
searchEntities(List<SearchCriteria>, int, int, EntityManager, Root<T>, CriteriaQuery<T>) - Static method in class com.skava.auth.util.SearchUtil
 
searchEntities(List<SearchCriteria>, long, int, int, EntityManager, Root<T>, CriteriaQuery<T>) - Static method in class com.skava.auth.util.SearchUtil
This method is used to search entity.
searchEntitiesByBusinessId(String, Long, PageRequest, Class<T>, QuerydslPredicateExecutor<T>, PagingAndSortingRepository<T, I>, EntityManager) - Static method in class com.skava.auth.util.QueryDSLSearchUtil
This method is used to search entity.
searchEntitiesByCollectionIdAndBusinessId(String, Long, Long, PageRequest, Class<T>, QuerydslPredicateExecutor<T>, EntityManager) - Static method in class com.skava.auth.util.QueryDSLSearchUtil
This method is used to search entity.
searchGroupAttributes(String, long, int, int, EntityManager) - Static method in class com.skava.auth.util.GroupAttributeUtil
 
searchPrivileges(String, int, int, EntityManager) - Static method in class com.skava.auth.util.PrivilegeUtil
 
searchPrivilegeSets(String, long, int, int, EntityManager) - Static method in class com.skava.auth.util.PrivilegeSetUtil
 
searchRoles(String, RequestData, RoleRepository, EntityManager) - Static method in class com.skava.auth.util.RoleUtil
 
searchUserAttributes(String, int, int, EntityManager) - Static method in class com.skava.auth.util.UserAttributeUtil
 
searchUserRoles(Long, Boolean, UsersRoleRequest, List<SearchCriteria>, AuthCommonServices, EntityManager) - Static method in class com.skava.auth.util.UserRoleUtil
This method is used to search collection.
searchUserRolesByUserId(String, Specification<UserRole>, UserRoleRepository, MessageSource) - Static method in class com.skava.auth.util.UserRoleUtil
 
searchUsersRoles(Long, int, int, List<SearchCriteria>, EntityManager, UserRoleRepository) - Static method in class com.skava.auth.util.UserRoleUtil
 
SearchUtil - Class in com.skava.auth.util
 
secret - Variable in class com.skava.auth.model.entities.QOAuthClient
 
SecretkeyController - Class in com.skava.auth.web
This class act as a controller to handle the Secretkey manipulation.
SecretkeyController() - Constructor for class com.skava.auth.web.SecretkeyController
The class constructor.
SecretUtil - Class in com.skava.auth.util
This class Holds the method for secret key generation.
sendingNotificationForRole(EventClientComponent, Message<T>, String, Collection, long) - Static method in class com.skava.auth.util.AuthorizationEventUtil
This method is used to send Notification to user if any user or client roles added or updated.
service - Variable in class com.skava.auth.model.entities.QClientRole
 
service - Variable in class com.skava.auth.model.entities.QDynamicPrivilege
 
service - Variable in class com.skava.auth.model.entities.QPrivilege
 
service - Variable in class com.skava.auth.model.entities.QUserRole
 
serviceCollectionId - Variable in class com.skava.auth.model.entities.QClientRole
 
serviceCollectionId - Variable in class com.skava.auth.model.entities.QUserRole
 
serviceName - Variable in class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
serviceName - Variable in class com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
service_Name
SESSION_CACHE_NAME - Static variable in class com.skava.auth.helper.CacheImpl
The Constant SESSION_CACHE_NAME.
SessionController - Class in com.skava.auth.web
This class act as a controller to handle the Authorized session manipulation.
SessionController() - Constructor for class com.skava.auth.web.SessionController
The class constructor.
sessionId - Variable in class com.skava.auth.model.entities.QClientSession
 
sessionId - Variable in class com.skava.auth.model.entities.QUserSession
 
SessionRefresh - Class in com.skava.auth.model.rest.entities
Data transfer class holds the session information for request/response.
SessionRefresh() - Constructor for class com.skava.auth.model.rest.entities.SessionRefresh
default constructor
SessionRequest - Class in com.skava.auth.model.request.session
Data transfer class holds the exchange data to transfer from controller to create session service.
SessionRequest() - Constructor for class com.skava.auth.model.request.session.SessionRequest
Class constructor
SessionResponse - Class in com.skava.auth.model.response.session
Data transfer class holds the session details as response data to transfer from service to controller.
SessionResponse(String, SessionVO) - Constructor for class com.skava.auth.model.response.session.SessionResponse
 
SessionServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `user_session` entity.
SessionServices() - Constructor for class com.skava.auth.service.SessionServices
 
SessionUtil - Class in com.skava.auth.util
 
SessionUtil() - Constructor for class com.skava.auth.util.SessionUtil
 
SessionVO - Class in com.skava.auth.model.rest.entities
Data transfer class holds the session information for request/response.
SessionVO(Object) - Constructor for class com.skava.auth.model.rest.entities.SessionVO
Instantiates a new session.
setClientSecretExpiryTimeAndAlgorithm(OAuthClientVO) - Static method in class com.skava.auth.util.OAuthUtil
setClientSecretExpiryTime - This function is used to set the default client secret expiry time.
setInstanceRoles(String) - Static method in class com.skava.auth.helper.AccessControlHelper
 
SORT_LENGTH - Static variable in class com.skava.auth.helper.search.SortUtil
 
SORTING_ASC - Static variable in class com.skava.auth.helper.search.SortUtil
The Constant SORTING_ASC.
SORTING_DESC - Static variable in class com.skava.auth.helper.search.SortUtil
The Constant SORTING_DSC.
SortUtil - Class in com.skava.auth.helper.search
This class supports to build the sort by sort string.
SortUtil() - Constructor for class com.skava.auth.helper.search.SortUtil
 
splitCommaSepratedString(String) - Static method in class com.skava.auth.AuthApplication
 
splitCommaSepratedString(String) - Static method in class com.skava.auth.util.DocketUtil
Splits given string by ","
SSO_AUTHORIZATION_DATA_INDEX - Static variable in class com.skava.auth.util.AuthGrandManipluationUtil
 
SSO_BEARER_TOKEN_SIZE - Static variable in class com.skava.auth.util.AuthGrandManipluationUtil
 
SSO_TYPE_INDEX - Static variable in class com.skava.auth.util.AuthGrandManipluationUtil
 
SSOAuthRolePrivilegeMapper - Interface in com.skava.auth.support
This interface holds the method for sso role mapping with authorization roles.
startTime - Variable in class com.skava.auth.model.entities.QClientSession
 
startTime - Variable in class com.skava.auth.model.entities.QUserSession
 
status - Variable in class com.skava.auth.model.entities.QClientSession
 
status - Variable in class com.skava.auth.model.entities.QCollection
 
status - Variable in class com.skava.auth.model.entities.QUserSession
 
storeId - Variable in class com.skava.auth.model.entities.QClientRole
 
storeId - Variable in class com.skava.auth.model.entities.QUserRole
 
STRING - Enum constant in enum class com.skava.auth.model.entities.CollectionAttributeType
 

T

textEncryptor() - Method in class com.skava.auth.AuthApplication
 
token - Variable in class com.skava.auth.model.entities.QClientSession
 
token - Variable in class com.skava.auth.model.entities.QUserSession
 
TOKEN_EXPIRE_TIME_CACHE_KEY_PREFIX - Static variable in class com.skava.auth.constant.AuthConstants
 
TOKEN_EXPIRE_TIME_CACHE_NAME - Static variable in class com.skava.auth.helper.CacheImpl
The Constant TOKEN_EXPIRE_TIME_CACHE_NAME.
TOKEN_SIGNED_RESPONSE_ALGORITHM - Static variable in class com.skava.auth.constant.AuthConstants
 
tokenExpirationFromCollection(Long, boolean) - Method in class com.skava.auth.service.impl.session.CreateSessionServiceImpl
This method load the session expired time from collection .
tokenExpirationFromCollection(Long, boolean) - Method in interface com.skava.auth.service.session.CreateSessionService
 
tracing() - Method in class com.skava.auth.AuthApplication
Tracing builder
tracingFilter(HttpTracing) - Method in class com.skava.auth.AuthApplication
 
type - Variable in class com.skava.auth.model.entities.QCollectionAttribute
 
type - Variable in class com.skava.auth.model.entities.QRole
 
type - Variable in class com.skava.auth.model.rest.entities.CollectionAttributeVO
The type of the attribute.
TYPE - Static variable in class com.skava.release.AuthReleaseDefinition
 

U

UnAuthorizedAccessException - Exception in com.skava.auth.exception
Raised when the user don't have the access to the requested operation.
UnAuthorizedAccessException(String) - Constructor for exception com.skava.auth.exception.UnAuthorizedAccessException
Constructs an UnAuthorizedAccessException with the specified message
UNDER_SCORE - Static variable in class com.skava.auth.constant.AuthConstants
UNDER_SCORE
update(OAuthClientVO, Boolean) - Method in class com.skava.auth.service.impl.outhclient.UpdateOAuthClientServiceImpl
 
UpdateAllClientRolesServiceImpl - Class in com.skava.auth.service.impl.clientrole
This service class implements AddClientRoleService and handles the add client to role service request, process it and save the details in DB.
UpdateAllClientRolesServiceImpl() - Constructor for class com.skava.auth.service.impl.clientrole.UpdateAllClientRolesServiceImpl
The class constructor.
UpdateAllCollectionPropertiesService - Interface in com.skava.auth.service.collectionproperty
An interface to represent the service for replacing all the properties of the collection.
UpdateAllCollectionPropertiesServiceImpl - Class in com.skava.auth.service.impl.collectionproperty
This service class implements UpdateAllCollectionPropertiesService and handles the update all collection properties service request, process it and save the details in DB.
UpdateAllCollectionPropertiesServiceImpl() - Constructor for class com.skava.auth.service.impl.collectionproperty.UpdateAllCollectionPropertiesServiceImpl
The class constructor.
UpdateAllUserRolesServiceImpl - Class in com.skava.auth.service.impl.userrole
This service class implements AddUserRoleService and handles the add user to role service request, process it and save the details in DB.
UpdateAllUserRolesServiceImpl() - Constructor for class com.skava.auth.service.impl.userrole.UpdateAllUserRolesServiceImpl
The class constructor.
updateAuthGroup(AuthGroup, AuthGroupRepository) - Static method in class com.skava.auth.util.AuthGroupUtil
 
updateAuthGroup(String, String, long, Long, AuthGroupVO, Long) - Method in class com.skava.auth.web.AuthGroupController
This service updates the requested authgroup.
updateAuthGroup(String, String, AuthGroup, AuthGroupRepository) - Static method in class com.skava.auth.util.AuthGroupUtil
 
UpdateAuthGroupRequest - Class in com.skava.auth.model.request.authgroup
Data transfer class holds the exchange data to transfer from controller to service for authorization group update.
UpdateAuthGroupRequest() - Constructor for class com.skava.auth.model.request.authgroup.UpdateAuthGroupRequest
 
UpdateAuthGroupRolesRequest - Class in com.skava.auth.model.request.authgroup
Data transfer class holds the exchange data to transfer from controller to service for authorization group's role update.
UpdateAuthGroupRolesRequest() - Constructor for class com.skava.auth.model.request.authgroup.UpdateAuthGroupRolesRequest
The class constructor.
UpdateAuthGroupService - Interface in com.skava.auth.service.authgroup
An interface to represent the service for updating the auth group details.
UpdateAuthGroupServiceImpl - Class in com.skava.auth.service.impl.authgroup
This service class implements UpdateAuthGroupService and handles the update auth group service request, process it and save the details in DB.
UpdateAuthGroupServiceImpl() - Constructor for class com.skava.auth.service.impl.authgroup.UpdateAuthGroupServiceImpl
The class constructor.
UpdateAuthGroupUsersRequest - Class in com.skava.auth.model.request.authgroup
Data transfer class holds the exchange data to transfer from controller to service for authorization group's user update.
UpdateAuthGroupUsersRequest() - Constructor for class com.skava.auth.model.request.authgroup.UpdateAuthGroupUsersRequest
The class constructor.
updateClientRoles(String, String, long, Long, String, Long, Set<ClientRoleVO>, String) - Method in class com.skava.auth.web.ClientRoleController
This service is used to add roles to the client and also validate already existing client's roles.
UpdateClientRolesService - Interface in com.skava.auth.service.clientrole
This interface is used to update roles to the client.
updateCollection(Collection, CollectionRepository) - Static method in class com.skava.auth.util.CollectionUtil
 
updateCollectionDetails(String, Long, long, String, Long, CollectionVO, String) - Method in class com.skava.auth.web.CollectionController
This API updates collection associated to the collection Id.
UpdateCollectionPropertiesService - Interface in com.skava.auth.service.collectionproperty
An interface to represent the service for updating more than one properties of collection.
UpdateCollectionPropertiesServiceImpl - Class in com.skava.auth.service.impl.collectionproperty
This service class implements UpdateCollectionPropertiesService and handles the update collection properties service request, process it and save the details in DB.
UpdateCollectionPropertiesServiceImpl() - Constructor for class com.skava.auth.service.impl.collectionproperty.UpdateCollectionPropertiesServiceImpl
The class constructor.
updateCollectionProperty(String, Long, String, long, List<CollectionPropertyVO>, long, String) - Method in class com.skava.auth.web.CollectionPropertyController
This API updates a collection properties in a collection associated to the collection Id.
UpdateCollectionService - Interface in com.skava.auth.service.collection
An interface to represent the service for updating the collection details.
UpdateCollectionServiceImpl - Class in com.skava.auth.service.impl.collection
This service class implements UpdateCollectionDetailService and handles the update collection service request, process it and save the details in DB.
UpdateCollectionServiceImpl() - Constructor for class com.skava.auth.service.impl.collection.UpdateCollectionServiceImpl
The class constructor.
updatedBy - Variable in class com.skava.auth.model.entities.BaseEntity
This method return the resource's last updated user's identifier.
updatedBy - Variable in class com.skava.auth.model.entities.QAuthGroup
 
updatedBy - Variable in class com.skava.auth.model.entities.QBaseEntity
 
updatedBy - Variable in class com.skava.auth.model.entities.QClientSession
 
updatedBy - Variable in class com.skava.auth.model.entities.QCollection
 
updatedBy - Variable in class com.skava.auth.model.entities.QCollectionProperty
 
updatedBy - Variable in class com.skava.auth.model.entities.QDescriptiveEntity
 
updatedBy - Variable in class com.skava.auth.model.entities.QDynamicPrivilege
 
updatedBy - Variable in class com.skava.auth.model.entities.QGroupAttribute
 
updatedBy - Variable in class com.skava.auth.model.entities.QPrivilege
 
updatedBy - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
updatedBy - Variable in class com.skava.auth.model.entities.QRole
 
updatedBy - Variable in class com.skava.auth.model.entities.QUserAttribute
 
updatedBy - Variable in class com.skava.auth.model.entities.QUserSession
 
updatedBy - Variable in class com.skava.auth.model.rest.entities.GetFullPrivilegeSetVO
Holds the user identifier who has last updated this entry.
updatedBy - Variable in class com.skava.auth.model.rest.entities.RoleVO
Holds the user identifier who has last updated this Role.
updatedTimestamp - Variable in class com.skava.auth.model.entities.BaseEntity
This method return the resource's last updated time.
updatedTimestamp - Variable in class com.skava.auth.model.entities.QAuthGroup
 
updatedTimestamp - Variable in class com.skava.auth.model.entities.QBaseEntity
 
updatedTimestamp - Variable in class com.skava.auth.model.entities.QCollection
 
updatedTimestamp - Variable in class com.skava.auth.model.entities.QCollectionProperty
 
updatedTimestamp - Variable in class com.skava.auth.model.entities.QDescriptiveEntity
 
updatedTimestamp - Variable in class com.skava.auth.model.entities.QDynamicPrivilege
 
updatedTimestamp - Variable in class com.skava.auth.model.entities.QGroupAttribute
 
updatedTimestamp - Variable in class com.skava.auth.model.entities.QPrivilege
 
updatedTimestamp - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
updatedTimestamp - Variable in class com.skava.auth.model.entities.QRole
 
updatedTimestamp - Variable in class com.skava.auth.model.entities.QUserAttribute
 
updatedTimestamp - Variable in class com.skava.auth.model.rest.entities.GetFullPrivilegeSetVO
Holds the last updated timestamp of this entry.
updatedTimestamp - Variable in class com.skava.auth.model.rest.entities.RoleVO
Holds the last updated timestamp of this Role.
updateDynamicPrivilege(DynamicPrivilege, DynamicPrivilegeRepository) - Static method in class com.skava.auth.util.DynamicPrivilegeUtil
 
updateDynamicPrivilege(String, String, long, Long, DynamicPrivilegeVO, Long) - Method in class com.skava.auth.web.DynamicPrivilegeController
This service updates the specified dynamic privilege details
UpdateDynamicPrivilegeService - Interface in com.skava.auth.service.dynamicprivilege
An interface to represent the service for updating the dynamic privilege.
UpdateDynamicPrivilegeServiceImpl - Class in com.skava.auth.service.impl.dynamicprivilege
This service class implements UpdateDynamicPrivilegeService and handles the update dynamic privileges service request, process it and save the details in DB.
UpdateDynamicPrivilegeServiceImpl() - Constructor for class com.skava.auth.service.impl.dynamicprivilege.UpdateDynamicPrivilegeServiceImpl
The class constructor.
updateFeatureRoleMapping(String, String, Long, Long, FeaturesRoleMappingVO) - Method in class com.skava.auth.web.FeaturesRoleMappingController
 
updateFeaturesPrivilegeMapping(String, String, long, FeaturesPrivilegeMappingVO) - Method in class com.skava.auth.web.FeaturesPrivilegeMappingController
This service is used to update features and privilege map based on the given featuresprivilegeId data.
UpdateFeaturesPrivilegeMappingService - Interface in com.skava.auth.service.featuresprivilegemapping
An interface to define the service for creating privilege.
UpdateFeaturesPrivilegeMappingServiceImpl - Class in com.skava.auth.service.impl.featuresprivilegemapping
This service class implements CreatePrivilegeService and handles the create privilege service request, process it and save the details in DB.
UpdateFeaturesPrivilegeMappingServiceImpl() - Constructor for class com.skava.auth.service.impl.featuresprivilegemapping.UpdateFeaturesPrivilegeMappingServiceImpl
The class constructor.
UpdateFeaturesPrivilegeMappingServiceImpl(FeaturesPrivilegeMappingRepository) - Constructor for class com.skava.auth.service.impl.featuresprivilegemapping.UpdateFeaturesPrivilegeMappingServiceImpl
 
UpdateFeaturesRoleMappingService - Interface in com.skava.auth.service.featuresrolemapping
UpdateFeaturesRoleMappingService
UpdateFeaturesRoleMappingServiceImpl - Class in com.skava.auth.service.impl.featuresrolemapping
UpdateFeaturesRoleMappingServiceImpl
updateGroupAttribute(GroupAttribute, GroupAttributeRepository) - Static method in class com.skava.auth.util.GroupAttributeUtil
 
updateGroupAttribute(String, String, long, Long, GroupAttributeVO, String, Long) - Method in class com.skava.auth.web.GroupAttributeController
This service updates the specified group privilege attribute.
UpdateGroupAttributeService - Interface in com.skava.auth.service.groupattribute
An interface to represent the service for updating the group attribute details.
UpdateGroupAttributeServiceImpl - Class in com.skava.auth.service.impl.groupattribute
This service class implements UpdateGroupAttributeService and handles the update group attribute service request, process it and save the details in DB.
UpdateGroupAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.groupattribute.UpdateGroupAttributeServiceImpl
Instantiates a new UpdateGroupAttributeServiceImpl.
UpdateOAuthClientRequest - Class in com.skava.auth.model.request.oauthclient
Data transfer class holds the exchange data to transfer from controller to find all dynamic privilege service.
UpdateOAuthClientRequest() - Constructor for class com.skava.auth.model.request.oauthclient.UpdateOAuthClientRequest
The class construct.
UpdateOAuthClientService - Interface in com.skava.auth.service.oauthclient
An interface to represent the service for updating the oauthclient.
UpdateOAuthClientServiceImpl - Class in com.skava.auth.service.impl.outhclient
This service class implements UpdateOauthClientService and handles the UpdateOauthClient service request, process it and save the details in DB.
UpdateOAuthClientServiceImpl() - Constructor for class com.skava.auth.service.impl.outhclient.UpdateOAuthClientServiceImpl
The class constructor.
updateOpenIdClient(HttpServletRequest, String, String, Long, long, boolean, Long, String, OAuthClientVO, String) - Method in class com.skava.auth.web.OpenAuthClientController
This API updates a OAuthClient.
updatePrivilege(Privilege, PrivilegeRepository) - Static method in class com.skava.auth.util.PrivilegeUtil
 
updatePrivilege(String, Long, String, long, Long, PrivilegeVO) - Method in class com.skava.auth.web.PrivilegeController
This service is used to update privilege for which privilege id given in request.
UpdatePrivilegeService - Interface in com.skava.auth.service.privilege
An interface to define the service for updating privilege.
UpdatePrivilegeServiceImpl - Class in com.skava.auth.service.impl.privilege
This service class implements UpdatePrivilegeService and handles the update privilege service request, process it and save the details in DB.
UpdatePrivilegeServiceImpl() - Constructor for class com.skava.auth.service.impl.privilege.UpdatePrivilegeServiceImpl
The class constructor.
updatePrivilegeSet(PrivilegeSet, PrivilegeSetRepository) - Static method in class com.skava.auth.util.PrivilegeSetUtil
 
updatePrivilegeSet(String, String, long, Long, PrivilegeSetVO, Long, String) - Method in class com.skava.auth.web.PrivilegeSetController
This service is used to update privilege set.
UpdatePrivilegeSetService - Interface in com.skava.auth.service.privilegeset
An interface to define the service for updating the privilege set.
UpdatePrivilegeSetServiceImpl - Class in com.skava.auth.service.impl.privilegeset
This service class implements UpdatePrivilegeSetService and handles the update privilege set service request, process it and save the details in DB.
UpdatePrivilegeSetServiceImpl() - Constructor for class com.skava.auth.service.impl.privilegeset.UpdatePrivilegeSetServiceImpl
The class constructor.
updateProperties(String, Long, String, long, long, List<CollectionPropertyVO>, String) - Method in class com.skava.auth.web.CollectionPropertyController
This API updates a collection properties in a collection associated to the collection Id.
UpdatePropertiesRequest - Class in com.skava.auth.model.request.collectionproperty
Data transfer class holds the exchange data to transfer from controller to update collection properties' service.
UpdatePropertiesRequest() - Constructor for class com.skava.auth.model.request.collectionproperty.UpdatePropertiesRequest
The class construct.
updateRole(Role, RoleRepository) - Static method in class com.skava.auth.util.RoleUtil
 
updateRole(Role, Set<Privilege>, RoleRepository) - Static method in class com.skava.auth.util.RoleUtil
 
updateRoleForFeaturesRoleMapping(FeaturesPrivilegeMapping, RoleRepository, PrivilegeRepository, Role, FeaturesRoleMappingVO) - Static method in class com.skava.auth.util.FeaturesRoleMappingUtil
 
UpdateRoleRequest - Class in com.skava.auth.model.request.role
Data transfer class holds the exchange data to transfer from controller to service for role update.
UpdateRoleRequest() - Constructor for class com.skava.auth.model.request.role.UpdateRoleRequest
The class constructor.
UpdateRoleService - Interface in com.skava.auth.service.role
An interface to define the service for updating role.
UpdateRoleServiceImpl - Class in com.skava.auth.service.impl.role
This service class implements UpdateRoleService and handles the update role service request, process it and save the details in DB.
UpdateRoleServiceImpl() - Constructor for class com.skava.auth.service.impl.role.UpdateRoleServiceImpl
The class constructor.
updateUserAttribute(UserAttribute, UserAttributeRepository) - Static method in class com.skava.auth.util.UserAttributeUtil
 
updateUserAttribute(String, String, long, Long, UserAttributeVO, Long, String) - Method in class com.skava.auth.web.UserAttributeController
This service is used to update user's privilege attribute details based on user attribute identifier and user attribute details.
UpdateUserAttributeService - Interface in com.skava.auth.service.userattribute
An interface to define the service for updating user attribute.
UpdateUserAttributeServiceImpl - Class in com.skava.auth.service.impl.userattribute
This service class implements UpdateUserAttributeService and handles the update user attribute service request, process it and save the details in DB.
UpdateUserAttributeServiceImpl() - Constructor for class com.skava.auth.service.impl.userattribute.UpdateUserAttributeServiceImpl
Instantiates a new UpdateUserAttributeServiceImpl.
updateUserRoles(String, String, long, Long, Long, Long, Set<UserRoleVO>, String) - Method in class com.skava.auth.web.UserRoleController
This service is used to add roles to the user and also validate already existing user's roles.
UpdateUserRolesService - Interface in com.skava.auth.service.userrole
This interface is used to add roles to the user.
use - Variable in class com.skava.auth.model.entities.QClientSecret
 
USER_ID - Static variable in class com.skava.auth.constant.AuthConstants
Constant for userId
userAttribute - Variable in class com.skava.auth.model.entities.Privilege
 
userAttribute - Variable in class com.skava.auth.model.entities.QPrivilege
 
userAttribute - Static variable in class com.skava.auth.model.entities.QUserAttribute
 
UserAttribute - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `userattribute` entity.
UserAttribute() - Constructor for class com.skava.auth.model.entities.UserAttribute
Instantiates a new group attributes.
UserAttribute(UserAttributeVO) - Constructor for class com.skava.auth.model.entities.UserAttribute
Instantiates a new group attributes.
UserAttributeController - Class in com.skava.auth.web
This class act as a controller to handle the user's privilege attribute manipulation.
UserAttributeController() - Constructor for class com.skava.auth.web.UserAttributeController
Construct UserAttributeController object with members.
UserAttributeRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `userattribute` entity.
UserAttributeRepository.UserAttributeProjection - Interface in com.skava.auth.repository
 
UserAttributeResponse - Class in com.skava.auth.model.response.userattribute
Data transfer class holds the user attribute details as response data to transfer from service to controller.
UserAttributeResponse() - Constructor for class com.skava.auth.model.response.userattribute.UserAttributeResponse
Instantiates a new user attribute response.
UserAttributeResponse(String, UserAttribute) - Constructor for class com.skava.auth.model.response.userattribute.UserAttributeResponse
Instantiates a new user attribute response.
UserAttributeServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `userattribute` entity.
UserAttributeServices() - Constructor for class com.skava.auth.service.UserAttributeServices
 
UserAttributesResponse - Class in com.skava.auth.model.response.userattribute
Data transfer class holds the list of user attribute details as response data to transfer from service to controller.
UserAttributesResponse(String, List<UserAttribute>) - Constructor for class com.skava.auth.model.response.userattribute.UserAttributesResponse
Instantiates a new user attributes response.
UserAttributeUtil - Class in com.skava.auth.util
 
UserAttributeVO - Class in com.skava.auth.model.rest.entities
Data transfer class holds the privilege attribute of the user.
UserAttributeVO() - Constructor for class com.skava.auth.model.rest.entities.UserAttributeVO
Instantiates a new user attributes value object.
UserAttributeVO(UserAttribute) - Constructor for class com.skava.auth.model.rest.entities.UserAttributeVO
Instantiates a new group attributes value object.
userId - Variable in class com.skava.auth.model.entities.QUserAttribute
 
userId - Variable in class com.skava.auth.model.entities.QUserRole
 
userId - Variable in class com.skava.auth.model.entities.QUserSession
 
userids - Variable in class com.skava.auth.model.entities.QAuthGroup
 
UserIdsResponse - Class in com.skava.auth.model.response.authgroup
Data transfer class holds the user's identifier list as response data to transfer from service to controller.
UserIdsResponse() - Constructor for class com.skava.auth.model.response.authgroup.UserIdsResponse
The class constructor.
userRole - Static variable in class com.skava.auth.model.entities.QUserRole
 
UserRole - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `user_role` entity.
UserRole() - Constructor for class com.skava.auth.model.entities.UserRole
The class constructor.
UserRole(UserRole, UserRole, Collection) - Constructor for class com.skava.auth.model.entities.UserRole
 
UserRole(Long, UserRoleVO, Collection) - Constructor for class com.skava.auth.model.entities.UserRole
 
UserRole(Long, UserRoleVO, Long) - Constructor for class com.skava.auth.model.entities.UserRole
 
UserRoleController - Class in com.skava.auth.web
This class act as a controller to handle the user's role manipulation.
UserRoleController() - Constructor for class com.skava.auth.web.UserRoleController
Construct UserRoleController object with members.
UserRoleRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `user_role` entity.
UserRoleRepository.UserId - Interface in com.skava.auth.repository
 
UserRoleRepository.UserRolePrivilegeProjection - Interface in com.skava.auth.repository
UserRoleProjection interface.
UserRoleRequest - Class in com.skava.auth.model.request.userrole
Data transfer class holds the exchange data to transfer from controller to find user's roles.
UserRoleRequest(Long, Set<UserRoleVO>, Long, Long) - Constructor for class com.skava.auth.model.request.userrole.UserRoleRequest
 
UserRoleServices - Class in com.skava.auth.service
Class which encapsulates all the frequently beans used to manipulate the `user_role` entity.
UserRoleServices() - Constructor for class com.skava.auth.service.UserRoleServices
Default Constructor.
UserRolesEventPayLoad - Class in com.skava.auth.model.event
 
UserRolesEventPayLoad(List<UserRolesVO>, List<UserRolesVO>, List<UserRolesVO>) - Constructor for class com.skava.auth.model.event.UserRolesEventPayLoad
parameterized constructor to initialize the members of this class.
UserRolesVO - Class in com.skava.auth.model.rest.entities
Data transfer class holds the roles of the user.
UserRolesVO() - Constructor for class com.skava.auth.model.rest.entities.UserRolesVO
Default Constructor.
UserRolesVO(Long, Set<UserRoleVO>) - Constructor for class com.skava.auth.model.rest.entities.UserRolesVO
Constructor to initialize member variables.
UserRoleUtil - Class in com.skava.auth.util
 
UserRoleValidator - Class in com.skava.auth.service.validator.userrole
A class to define the service for validating user role request.
UserRoleValidator() - Constructor for class com.skava.auth.service.validator.userrole.UserRoleValidator
 
UserRoleVO - Class in com.skava.auth.model.rest.entities
Data transfer class user's role association related information.
UserRoleVO() - Constructor for class com.skava.auth.model.rest.entities.UserRoleVO
Default Constructor.
UserRoleVO(UserRole) - Constructor for class com.skava.auth.model.rest.entities.UserRoleVO
 
userSession - Static variable in class com.skava.auth.model.entities.QUserSession
 
UserSession - Class in com.skava.auth.model.entities
This Model class represents the persistence informations of the `user_session` entity.
UserSession(String, Long, String, Long, Long, String) - Constructor for class com.skava.auth.model.entities.UserSession
Constructor for user session entity.
userSessionRepository - Variable in class com.skava.auth.service.impl.session.RepositoryBeans
user session repository
UserSessionRepository - Interface in com.skava.auth.repository
Repository class to represent the data access layer of the `user_session` entity.
UsersRoleRequest - Class in com.skava.auth.model.request.userrole
Data transfer class holds the exchange data to transfer from controller to find users' roles.
UsersRoleRequest() - Constructor for class com.skava.auth.model.request.userrole.UsersRoleRequest
The class constructor.
UsersRolesResponse - Class in com.skava.auth.model.response.userrole
Data transfer class holds the list of user's role details as response data to transfer from service to controller.
UsersRolesResponse(List<UserRole>, Long, String) - Constructor for class com.skava.auth.model.response.userrole.UsersRolesResponse
Instantiates new roles response.
UsersRolesResponse(List<UserRole>, String) - Constructor for class com.skava.auth.model.response.userrole.UsersRolesResponse
Instantiates new roles response.
UtilBase - Class in com.skava.auth.util
This class holds the frequently used utility methods.
UtilBase() - Constructor for class com.skava.auth.util.UtilBase
default constructor.

V

validateAuthGroupId(Long, MessageSource) - Static method in class com.skava.auth.util.AuthGroupUtil
This method validate identifier of the AuthGroup.
validateAuthGroupName(String, MessageSource) - Static method in class com.skava.auth.util.AuthGroupUtil
This method validate name of the AuthGroup.
validateBusinessIdForRole(Role, Long) - Method in class com.skava.auth.service.validator.AuthValidatorComponent
This method validate the business identifier of the custom role.
validateClientAuthTokenRequest(String, Long) - Method in class com.skava.auth.service.impl.session.CreateClientSessionServiceImpl
This method validates bearer token and returns the bearer token data.
validateClientCount(int, MessageSource) - Static method in class com.skava.auth.util.ClientRoleUtil
 
validateClientId(String, MessageSource) - Static method in class com.skava.auth.util.UtilBase
THis method validates the user identifier.
validateClientRole(String, ClientRoleVO, Long, Map<Long, Map<String, Role>>) - Method in class com.skava.auth.service.validator.AuthValidatorComponent
Validates the role availability.
validateCollection(Long, Long) - Method in class com.skava.auth.service.validator.AuthValidatorComponent
 
validateCollectionId(Long) - Method in class com.skava.auth.service.validator.AuthValidatorComponent
 
validateCollectionId(Long, MessageSource) - Static method in class com.skava.auth.util.UtilBase
THis method validates the collection identifier.
validateDynamicPrivilegeLevel(Long, MessageSource) - Static method in class com.skava.auth.util.DynamicPrivilegeUtil
 
validateRequest(Object, MessageSource) - Static method in class com.skava.auth.util.AuthGroupUtil
 
validateRole(Long, Long, Map<Long, Map<String, Role>>, String) - Method in class com.skava.auth.service.validator.AuthValidatorComponent
This method validate the roles availability.
validateRole(String, UserRoleVO, Long, Map<Long, Map<String, Role>>) - Method in class com.skava.auth.service.validator.AuthValidatorComponent
Validates the role availability.
validateRole(String, Long, Long) - Method in class com.skava.auth.service.validator.AuthValidatorComponent
 
validateSecretExpireTime(Date, MessageSource) - Static method in class com.skava.auth.util.OAuthUtil
This method validate secret's validity time.
validateUserCount(int, MessageSource) - Static method in class com.skava.auth.util.UserRoleUtil
 
validateUserId(Long, MessageSource) - Static method in class com.skava.auth.util.UtilBase
THis method validates the user identifier.
validationException(MessageSource, AuthResponseCodes) - Static method in class com.skava.auth.util.UtilBase
This method returns the validation exception based on the response code.
value - Variable in class com.skava.auth.model.entities.QCollectionProperty
 
value - Variable in class com.skava.auth.model.rest.entities.CollectionPropertyVO
value of the collection property.
valueOf(String) - Static method in enum class com.skava.auth.constant.AuthResponseCodes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.skava.auth.model.entities.CollectionAttributeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.skava.auth.model.entities.CollectionStatus
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.skava.auth.constant.AuthResponseCodes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.skava.auth.model.entities.CollectionAttributeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.skava.auth.model.entities.CollectionStatus
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION - Static variable in class com.skava.release.AuthReleaseDefinition
 
view - Variable in class com.skava.auth.model.entities.QFeaturesPrivilegeMapping
 
view - Variable in class com.skava.auth.model.entities.QFeaturesRoleMapping
 
view - Variable in class com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
Refers to the view featureAndPrivilageMap.

X

X_TOTAL_COUNT - Static variable in class com.skava.auth.constant.AuthConstants
the constant X-Total-Count
X_TOTAL_COUNT - Static variable in class com.skava.auth.helper.AuthExceptionHandler
The Constant X_TOTAL_COUNT.

_

_super - Variable in class com.skava.auth.model.entities.QAuthGroup
 
_super - Variable in class com.skava.auth.model.entities.QDescriptiveEntity
 
_super - Variable in class com.skava.auth.model.entities.QDynamicPrivilege
 
_super - Variable in class com.skava.auth.model.entities.QGroupAttribute
 
_super - Variable in class com.skava.auth.model.entities.QPrivilege
 
_super - Variable in class com.skava.auth.model.entities.QPrivilegeSet
 
_super - Variable in class com.skava.auth.model.entities.QRole
 
_super - Variable in class com.skava.auth.model.entities.QUserAttribute
 
A B C D E F G H I J K L M N O P Q R S T U V X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form