All Classes and Interfaces
Class
Description
This class hold the set of methods for role and privilege based access control using the authorization component of
skava framework.
Data transfer class holds the exchange data to transfer from controller to add privilege service.
An interface to define the service for adding privilege sets to role.
This service class implements AddPrivilegeSetsToRoleService and handles the privilege set and role association
service request, process it and save the details in DB.
A class to define the service for validating add privilegeset to role request.
An interface to define the service for adding privileges to privilegeset.
This service class implements AddPrivilegesToPrivilegeSetService and handles the add privileges to privilege set
service request, process it and save the details in DB.
A class to define the service for validating add privilege to privilegeset request.
An interface to represent the service implementation class for adding roles to auth group.
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.
Data transfer class holds the exchange data to transfer from controller to add roles of the clients.
This interface is used to add roles to the users.
This service class implements AddRolesToClientsService and handles the add client to role service request,
process it and save the details in DB.
A class to define the service for validating request from the 'auth/clientRoles' API.
Data transfer class holds the exchange data to transfer from controller to add roles of the users.
This interface is used to add roles to the users.
This service class implements AddRolesToUsersService and handles the add user to role service request,
process it and save the details in DB.
A class to define the service for validating request from the 'auth/userRoles' API.
A class to define the service for validating role inclusion to the authgroup request.
An interface to represent the service for adding users to authgroup.
This service class implements AddUsersToAuthGroupService and handles the add users to auth group service request,
process it and save the details in DB.
Spring boot application main class for Authorization MS.
Class which encapsulates all the frequently used beans.
This class contains the authorization constants used through-out the application.
This class handles exceptions by constructing and returning the validation response with error codes and localized
message.
This class holds the authorization grant manipulation utility methods
This Model class represents the persistence informations of the `authgroup` entity.
This class act as a controller to handle the auth group's manipulation.
Data transfer class for transferring authorization group information to the service layer implementations
from AuthGroupController.
Repository class to represent the data access layer of the `authgroup` entity.
Data transfer class holds the authorization authgroup response data to transfer from service to controller.
Class which encapsulates all the frequently used beans to manipulate `authgroup` entity.
Data transfer class holds the authorization authgroups as response data to transfer from service to controller.
Data transfer class contains the authgroup details.
This class holds the authorization configuration
Data transfer class contains the client authorization request.
Data transfer class contains the client authorization request.
This Enumerator used as response exchange objects from services to controllers for both success and failures.
Implementation class to support authorization component of the infosysequinox framework for role and privilege
based authorization.
This class used to handle the user session operations like put token to the cache, get token from the cache,
remove the session, etc.
This is a Utility class for Authorization model which contains validator and helper methods used in this service.
A class to define the service for validating basic validation for all request.
This class represents the basic persistence information of the entity.
This class used to handle the caching operation of the entities for quick response without accessing data
repositories.
This Model class represents the persistence informations of the `client_role` entity.
This class act as a controller to handle the client's role manipulation.
Repository class to represent the data access layer of the `client_role` entity.
ClientRolePrivilegeProjection interface.
Data transfer class holds the exchange data to transfer from controller to find user's roles.
Class which encapsulates all the frequently beans used to manipulate the `client_role` entity.
Data transfer class holds the roles of the client.
A class to define the service for validating client role request.
Data transfer class client's role association related information.
This model class represents the persistence informations of the `client_secrets` entity.
Repository class to represent the data access layer of the `client_secrets` entity.
This Model class represents the persistence informations of the `client_session` entity.
This class act as a controller to handle the Authorized session manipulation
for clients.
Repository class to represent the data access layer of the `client_session` entity.
Data transfer class holds the exchange data to transfer from controller to create session service.
Data transfer class holds the session details as response data to transfer
from service to controller.
Class which encapsulates all the frequently beans used to manipulate the
`client_session` entity.
Data transfer class holds the session information for request/response.
Data transfer class holds the exchange data to transfer from controller to find clients' roles.
Data transfer class holds the list of client's role details as response data to transfer from service to controller.
Data transfer class contains the client authorization request.
This Model class represents the persistence informations of the `collection` entity.
This Model class represents the persistence information of the `collection_attribute` entity.
This class act as a controller to handle the collection attribute's manipulation.
Repository class to represent the data access layer of the `collection_attribute` entity.
Data transfer class holds the list of collection attribute as response data to transfer from service to controller.
This Enumerator defines the possible types of the collection's attribute.
Data transfer class contains the collection attribute details, such as name, type, etc.
The class act as a controller to handle collection manipulation.
A class to define the service for validating collection create or update request.
Data transfer class holds the list of collection property as response data to transfer from service to controller.
A class to define the service for validating collection properties update request.
This Model class represents the persistence informations of the `collection_properties` entity.
The class act as a controller to handle collection's properties manipulation.
Repository class to represent the data access layer of the `collection_properties` entity.
Data transfer class holds the collection property as response data to transfer from service to controller.
Class which encapsulates all the frequently beans used to manipulate the `collection_properties` entity.
Data transfer class contains collection property details, such as name and value.
Repository class to represent the data access layer of the `collection` entity.
Data transfer class holds the collection details as response data to transfer from service to controller.
Class which encapsulates all the frequently beans used to manipulate the `collection` entity.
Data transfer class holds the list of collection as response data to transfer from service to controller.
This Enumerator defines the possible status of the collection.
Data transfer class holds the data for collection related operations, such as businessId, name, properties, status,
etc.
An interface to represent the service for creating auth group.
This service class implements CreateAuthGroupService and handles the create auth group service request,
process it and save the details in DB.
An interface to define the service for creating session for clients.
This serivce class implements CreateClientSessionService and handles the client session creation service
request, process it and retrieve the details from DB.
This class used to validate the request of create session.
An interface to represent the service for creating the collection.
This service class implements CreateCollectionService and handles the create collection service request,
process it and save the details in DB.
An interface to represent the service for creating the dynamic privilege.
This service class implements CreateDynamicPrivilegeService and handles the create dynamic privilege service
request, process it and save the details in DB.
An interface to define the service for creating privilege.
This service class implements CreatePrivilegeService and handles the create privilege service request,
process it and save the details in DB.
CreateFeaturesRoleMappingService
An interface to represent the service for creating the group attribute.
This service class implements CreateGroupAttributeService and handles the create group attribute service
request, process it and save the details in DB.
Class to create access_token for client
based on clientId and clientSecret
An interface to represent the service for creating the collection.
This service class implements CreateOauthClientService and handles the CreateOauthClient service request,
process it and save the details in DB.
An interface to define the service for creating privilege.
This service class implements CreatePrivilegeService and handles the create privilege service request,
process it and save the details in DB.
An interface to define the service for creating privilegeset.
This service class implements CreatePrivilegeSetService and handles the create privilege set service request,
process it and save the details in DB.
An interface to define the service for creating role.
This service class implements CreateRoleService and handles the role creation service request, process it and
save the details in DB.
A class to define the service for validating create role request.
An interface to define the service for creating session.
This serivce class implements CreateSessionService and handles the session creation service
request, process it and retrieve the details from DB.
This class used to validate the request of create session.
CreateUpdateFeaturesRoleMappingValidator
An interface to define the service for creating user attribute.
This service class implements CreateUserAttributeService and handles the create user attribute service request,
process it and save the details in DB.
An interface to represent the service for deleting the auth group.
This service class implements DeleteAuthGroupService and handles the delete an auth group service request,
process it and save the details in DB.
This interface is used to delete roles to the clients.
This service class implements DeleteClientRolesService and handles the delete roles of the client.
An interface to define the service for deleting client session.
This service class implements DeleteSessionService and handles the role deletion service request, process it and
save the details in DB.
An interface to represent the service for deleting the dynamic privilege.
This service class implements DeleteDynamicPrivilegeService and handles the delete dynamic privilege service
request, process it and save the details in DB.
An interface to define the service for creating privilege.
This service class implements CreatePrivilegeService and handles the create privilege service request,
process it and save the details in DB.
DeleteFeaturesRoleMappingService
An interface to represent the service for deleting the group attribute.
This service class implements DeleteGroupAttributeService and handles the delete group attribute service
request, process it and save the details in DB.
An interface to represent the service for deleting a OAuthClient.
This service class implements DeleteOAuthClientService and handles the delete OAuthClient service request, process
it and save the details in DB.
An interface to define the service for deleting privilege.
This service class implements DeletePrivilegeService and handles the delete privilege service request, process
it and save the details in DB.
An interface to define the service for deleting privilege set.
This service class implements DeletePrivilegeSetService and handles the delete privilege set service request,
process it and save the details in DB.
An interface to define the service for deleting role.
This service class implements DeleteRoleService and handles the role deletion service request, process it and
delete the details in DB.
An interface to define the service for deleting session.
This service class implements DeleteSessionService and handles the role deletion service request, process it and
save the details in DB.
A class to define the service for validating delete session request.
An interface to define the service for deleting user attribute.
This serivce class implements DeleteUserAttributeService and handles the delete user attribute service request,
process it and delete from DB.
This interface is used to add roles to the users.
This service class implements DeleteUserRolesService and handles the delete roles of the user.
This class represents the basic persistence information of the entity.
This is a holds the docket utility methods.
This Model class represents the persistence informations of the `dynamic_privilege` entity.
The class act as a controller to handle dynamic privilege manipulation.
Repository class to represent the data access layer of the `dynamicprivilege` entity.
Data transfer class holds the dynamic privilege as response data to transfer from service to controller.
Class which encapsulates all the frequently beans used to manipulate the `dynamic_privilege` entity.
Data transfer class holds the list of dynamic privilege as response data to transfer from service to controller.
Data transfer class contains the privilege and privilege set mapping details.
This class is used to configure the external tomcat server with Spring Boot application
Not applicable for embedded tomcat with Spring Boot application
FeaturesPrivelegeMappingServices
Data transfer class holds the exchange data to transfer from controller to find privilege by id service.
This class act as a controller to handle the FeaturePrivilegeMapping manipulation.
Repository class to represent the data access layer of the `FeatureAndPrivilegeMapRepository` entity.
Data transfer class holds the privilege details as response data to transfer from service to controller.
FeaturesPrivilegeMappingUtil
Data transfer class hold the privilege information for request/response.
This class represents the features role mapping.
FeaturesRoleMappingRepository
Future Role Mapping
FeaturesRoleMappingServices
FeaturesRoleMappingUtil
FeaturesRoleMappingVO
Data transfer class holds the exchange data to transfer from controller to find all collection service.
An interface to represent the service for retrieving more than one collection.
This service class implements GetAllCollectionService and handles the get all collections service request,
process it and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to find all dynamic privilege service.
An interface to represent the service for retrieving more than one dynamic privilege.
This service class implements GetAllDynamicPrivilegeService and handles the get all dynamic privilege service
request, process it and save the details in DB.
An interface to define the service for retrieving more than one group attribute.
This service class implements GetAllGroupAttributeService and handles the load all group attributes service
request, process it and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to find all dynamic privilege service.
An interface to represent the service for creating the collection.
The Class GetAllOAuthClientServiceImpl is used for finding all the
OAuthClient based on the provided information.
Data transfer class holds the exchange data to transfer from controller to find all privilege service.
An interface to define the service for retrieving all privileges.
This service class implements GetAllPrivilegeService and handles the load all privileges service request, process
it and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to find all privilege set service.
This service class implements GetAllPrivilegeSetsService and handles the load all privilege sets service request,
process it and save the details in DB.
An interface to define the service for retrieving all privilege sets.
Data transfer class for transferring pagination and filtering information to the service layer implementations.
An interface to define the service for retrieving all roles.
This service class implements GetAllRoleService and handles the all role retrieval
service request, process it and retrieve the details in DB.
An interface to define the service for retrieving all user attribute.
This serivce class implements GetAllUserAttributeService and handles the retrieve all user attribute service
request, process it and retrieve the details from DB.
An interface to represent the service for retrieving an auth group.
This service class implements GetAuthGroupService and handles the get auth group service request,
process it and save the details in DB.
An interface to represent the service for retrieving more than one auth group.
This service class implements GetAllAuthGroupsService and handles the get all auth group service request,
process it and save the details in DB.
Data transfer class holds the privilege response data for data transfer from controller to service.
This interface is used to add roles to the clients.
This service class implements DeleteClientRolesService and handles the delete roles of the user.
This interface is used to add roles to the users.
This service class implements GetClientsRoleService and handles the load all clients from a role service request,
process it and save the details in DB.
An interface to represent the service for retrieving the all collection attributes.
This service class implements GetCollectionAttributeService and handles the get collection attributes service
request, process it and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to find collection property by name service.
An interface to represent the service for retrieving the collection property.
This service class implements GetCollectionPropertyService and handles the get collection property service
request, process it and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to find collection by id service.
An interface to represent the service for retrieving the collection.
This service class implements GetCollectionService and handles the get collection service request,
process it and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to find dynamic privilege by id service.
An interface to represent the service for retrieving the dynamic privilege.
This service class implements GetDynamicPrivilegeService and handles the get dynamic privilege service
request, process it and save the details in DB.
GetFeaturesPrivilegeMappingService
This service class implements GetFeaturesAndPrivilegeMapService and handles the get feature privilege service
request, process it and save the details in DB.
GetFeaturesRoleMappingService
This service class implements GetFeaturesAndPrivilegeMapService and handles the get feature privilege service
request, process it and save the details in DB.
Data transfer class holds the privilege set informations with list of privileges available in the privilege set.
Data transfer class holds the exchange data to transfer from controller to find group attribute by id service.
An interface to represent the service for retrieving the group attribute.
This service class implements GetGroupAttributeService and handles the load group attribute service
request, process it and save the details in DB.
An interface to represent the service for authorizing users who wishes to access the registered client applications.
This service class implements GetJSONWebKeySetService is used to retrieve the public keys of the client applications
Data transfer class holds the exchange data to transfer from controller to find collection by id service.
An interface to represent the service for retrieving a OAuthClient.
This service class implements GetOAuthClientService is used to retrieve the OAuthClients according to the given
clientId and collectionId.
Data transfer class holds the exchange data to transfer from controller to find privilege by id service.
An interface to define the service for retrieving privilege.
This service class implements GetPrivilegeService and handles the get privilege service request, process it
and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to find privilege set service.
An interface to define the service for retrieving privilegeset.
This service class implements GetPrivilegeSetService and handles the load privilege set service request, process
it and save the details in DB.
An interface to define the service for retrieving privilege sets of the 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.
An interface to define the service for retrieving privileges of the privilege set.
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.
An interface to define the service for retrieving role.
This service class implements GetRoleService and handles the role retrieval
service request, process it and retrieve the details in DB.
An interface to represent the service for retrieving the all the roles of the auth group.
This service class implements GetRolesOfAuthGroupService and handles the get roles of auth group service request,
process it and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to find session service.
An interface to define the service for retrieving session.
This service class implements GetSessionService and handles the session retrieval service
request, process it and retrieve the details from DB.
Data transfer class holds the exchange data to transfer from controller to find user attribute service.
An interface to define the service for retrieving user attribute.
This serivce class implements GetAllUserAttributeService and handles the retrieve user attribute service
request, process it and retrieve the details from DB.
This interface is used to add roles to the users.
This service class implements DeleteUserRolesService and handles the delete roles of the user.
An interface to represent the service for retrieving the all the users of auth group.
This service class implements GetUsersOfAuthGroupService and handles the get users of auth group service request
and process it.
This interface is used to add roles to the users.
This service class implements GetUsersRoleService and handles the load all users from a role service request,
process it and save the details in DB.
This class holds the granted role info.
This Model class represents the persistence informations of the `groupattribute` entity.
This class act as a controller to handle the group attribute's manipulation.
Repository class to represent the data access layer of the `groupattribute` entity.
GroupAttributeProjection interface.
Data transfer class holds the group attribute as response data to transfer from service to controller.
Class which encapsulates all the frequently beans used to manipulate the `groupattribute` entity.
Data transfer class holds the list of group attribute as response data to transfer from service to controller.
Data transfer class holds the privilege attribute of the group.
THis class holds the utility methods related to java collections.
An interface to define the service for updating role.
This service class implements UpdateRoleService and handles the update role service request, process it and save
the details in DB.
This Model class represents the persistence informations of the `oauth_client` entity.
An interface to represent the service for authorizing users who wishes to access the registered client applications.
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.
Repository class to represent the data access layer of the `oauth_client` entity.
Data transfer class holds the list of client details as response data to transfer from service to controller.
Class which encapsulates all the frequently beans used to manipulate the `oauthclient` entity.
Data transfer class holds the list of client details as response data to transfer from service to controller.
Data transfer class contains the client details.
The class act as a controller to handle oauthclients manipulation.
Data transfer class holds the pagination related information.
This class has the utility methods for page details manipulation.
This controller class contains service end-point that is used to check if microservice is responsing to requests.
This Model class represents the persistence informations of the `privilege` entity.
Data transfer class holds the privilege collection map request data for data transfer from controller to service.
This class act as a controller to handle the Privilege's manipulation.
Repository class to represent the data access layer of the `privilege` entity.
BusinessPrivilegesProjection interface.
CollectionLevelPrivilegesProjection interface.
Data transfer class holds the privilege request data for data transfer from controller to service.
Data transfer class holds the privilege details as response data to transfer from service to controller.
Class which encapsulates all the frequently beans used to manipulate the `privilege` entity.
This Model class represents the persistence informations of the `privilegeset` entity.
This class act as a controller to handle the privilegeset's manipulation.
Repository class to represent the data access layer of the `privilegeset` entity.
Data transfer class holds the privilege set request data to transfer from controller to service.
Data transfer class holds the privilege set details as response data to transfer from service to controller.
Class which encapsulates all the frequently beans used to manipulate the `privilegeset` entity.
Data transfer class holds the list of privilege set details as response data to transfer from service to controller.
Data transfer class hold the privilege set details.
Data transfer class holds the list of privilege details as response data to transfer from service to controller.
Data transfer class hold the privilege information for request/response.
Data transfer class public key informations of the client application.
This model contains the public key of the client application.
QAuthGroup is a Querydsl query type for AuthGroup
QBaseEntity is a Querydsl query type for BaseEntity
QClientRole is a Querydsl query type for ClientRole
QClientSecret is a Querydsl query type for ClientSecret
QClientSession is a Querydsl query type for ClientSession
QCollection is a Querydsl query type for Collection
QCollectionAttribute is a Querydsl query type for CollectionAttribute
QCollectionProperty is a Querydsl query type for CollectionProperty
QDescriptiveEntity is a Querydsl query type for DescriptiveEntity
QDynamicPrivilege is a Querydsl query type for DynamicPrivilege
QFeaturesPrivilegeMapping is a Querydsl query type for FeaturesPrivilegeMapping
QFeaturesRoleMapping is a Querydsl query type for FeaturesRoleMapping
QGroupAttribute is a Querydsl query type for GroupAttribute
QOAuthClient is a Querydsl query type for OAuthClient
QPrivilege is a Querydsl query type for Privilege
QPrivilegeSet is a Querydsl query type for PrivilegeSet
QRole is a Querydsl query type for Role
Utility class for search operations using QueryDSL libraries.
QUserAttribute is a Querydsl query type for UserAttribute
QUserRole is a Querydsl query type for UserRole
QUserSession is a Querydsl query type for UserSession
An interface to define the service for retrieving session.
This service class implements GetSessionService and handles the session retrieval service
request, process it and retrieve the details from DB.
An interface to define the service for removing privilegesets from the 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.
An interface to define the service for removing privileges of the privilegeset.
This service class implements RemovePrivilegesFromPrivilegeSetService and handles the remove privileges from
privilege set service request, process it and save the details in DB.
An interface to represent the service for removing roles of auth group.
This service class implements RemoveRolesFromAuthGroupService and handles the remove roles from auth group
service request, process it and save the details in DB.
An interface to represent the service for removing users from auth group.
This service class implements RemoveUsersFromAuthGroupService and handles the remove users from auth group
service request, process it and save the details in DB.
This class holds the repository beans for db operations.
Data transfer class for transferring common information to the service layer implementations from controller.
This Model class represents the persistence informations of the `role` entity.
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
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
Data transfer class holds the role creation request data from controller to service.
Data transfer class holds the role request data to transfer from controller to service.
Repository class to represent the data access layer of the `role` entity.
BusinessLevelRoleNamesProjection interface.
RoleBusinessIdProjection interface.
SSOPrivilege interface.
UserRoleProjection interface.
Data transfer class holds the role details as response data to transfer from service to controller.
Class which encapsulates all the frequently beans used to manipulate the `role` entity.
Data transfer class holds the list of role details as response data to transfer from service to controller.
Data transfer class holds the role information for request/response.
This class used as a container for filter parameter's key, values and operation for resource filter operation.
This class act as a controller to handle the Secretkey manipulation.
This class Holds the method for secret key generation.
This class act as a controller to handle the Authorized session manipulation.
Data transfer class holds the session information for request/response.
Data transfer class holds the exchange data to transfer from controller to create session service.
Data transfer class holds the session details as response data to transfer from service to controller.
Class which encapsulates all the frequently beans used to manipulate the `user_session` entity.
Data transfer class holds the session information for request/response.
This class supports to build the sort by sort string.
This interface holds the method for sso role mapping with authorization roles.
Raised when the user don't have the access to the requested operation.
This service class implements AddClientRoleService and handles the add client to
role service request, process it and save the details in DB.
An interface to represent the service for replacing all the properties of the collection.
This service class implements UpdateAllCollectionPropertiesService and handles the update all collection properties
service request, process it and save the details in DB.
This service class implements AddUserRoleService and handles the add user to
role service request, process it and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to service for authorization group update.
Data transfer class holds the exchange data to transfer from
controller to service for authorization group's role update.
An interface to represent the service for updating the auth group details.
This service class implements UpdateAuthGroupService and handles the update auth group service request,
process it and save the details in DB.
Data transfer class holds the exchange data to transfer from
controller to service for authorization group's user update.
This interface is used to update roles to the client.
An interface to represent the service for updating more than one properties of collection.
This service class implements UpdateCollectionPropertiesService and handles the update collection properties service
request, process it and save the details in DB.
An interface to represent the service for updating the collection details.
This service class implements UpdateCollectionDetailService and handles the update collection service request,
process it and save the details in DB.
An interface to represent the service for updating the dynamic privilege.
This service class implements UpdateDynamicPrivilegeService and handles the update dynamic privileges service
request, process it and save the details in DB.
An interface to define the service for creating privilege.
This service class implements CreatePrivilegeService and handles the create privilege service request,
process it and save the details in DB.
UpdateFeaturesRoleMappingService
UpdateFeaturesRoleMappingServiceImpl
An interface to represent the service for updating the group attribute details.
This service class implements UpdateGroupAttributeService and handles the update group attribute service
request, process it and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to find all dynamic privilege service.
An interface to represent the service for updating the oauthclient.
This service class implements UpdateOauthClientService and handles the UpdateOauthClient service request,
process it and save the details in DB.
An interface to define the service for updating privilege.
This service class implements UpdatePrivilegeService and handles the update privilege service request, process
it and save the details in DB.
An interface to define the service for updating the privilege set.
This service class implements UpdatePrivilegeSetService and handles the update privilege set service request,
process it and save the details in DB.
Data transfer class holds the exchange data to transfer from controller to update collection properties' service.
Data transfer class holds the exchange data to transfer from controller to service for role update.
An interface to define the service for updating role.
This service class implements UpdateRoleService and handles the update role service request, process it and save
the details in DB.
An interface to define the service for updating user attribute.
This service class implements UpdateUserAttributeService and handles the update user attribute service request,
process it and save the details in DB.
This interface is used to add roles to the user.
This Model class represents the persistence informations of the `userattribute` entity.
This class act as a controller to handle the user's privilege attribute manipulation.
Repository class to represent the data access layer of the `userattribute` entity.
Data transfer class holds the user attribute details as response data to transfer from service to controller.
Class which encapsulates all the frequently beans used to manipulate the `userattribute` entity.
Data transfer class holds the list of user attribute details as response data to transfer from service to controller.
Data transfer class holds the privilege attribute of the user.
Data transfer class holds the user's identifier list as response data to transfer from service to controller.
This Model class represents the persistence informations of the `user_role` entity.
This class act as a controller to handle the user's role manipulation.
Repository class to represent the data access layer of the `user_role` entity.
UserRoleProjection interface.
Data transfer class holds the exchange data to transfer from controller to find user's roles.
Class which encapsulates all the frequently beans used to manipulate the `user_role` entity.
Data transfer class holds the roles of the user.
A class to define the service for validating user role request.
Data transfer class user's role association related information.
This Model class represents the persistence informations of the `user_session` entity.
Repository class to represent the data access layer of the `user_session` entity.
Data transfer class holds the exchange data to transfer from controller to find users' roles.
Data transfer class holds the list of user's role details as response data to transfer from service to controller.
This class holds the frequently used utility methods.