Uses of Class
com.skava.auth.service.AuthCommonServices
Packages that use AuthCommonServices
Package
Description
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of AuthCommonServices in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type AuthCommonServicesModifier and TypeMethodDescriptionstatic void
SessionUtil.clearSession
(String sessionId, UserSession session, AuthCommonServices authCommonServices) clearSessionstatic com.skava.core.auth.AuthGrantedAuthority
AuthGrandManipluationUtil.getAuthorityGrant
(Long userId, CollectionVO collection, String[] tokenData, org.springframework.context.ApplicationContext context, AuthCommonServices authCommonServices, RoleRepository roleRepository, boolean skipPrivilegeForStandardRole) This method returns the authorization service granted authority based on user's role association.static com.skava.core.auth.AuthGrantedAuthority
AuthGrandManipluationUtil.getClientAuthorityGrant
(String clientId, CollectionVO collection, String[] clientTokenData, org.springframework.context.ApplicationContext context, AuthCommonServices authCommonServices, RoleRepository roleRepository, boolean skipPrivilegeForStandardRole) This method returns the authorization service granted authority based on clients's role association.static ClientsRolesResponse
ClientRoleUtil.searchClientRoles
(Long collectionId, Boolean skipPagination, ClientsRoleRequest input, List<SearchCriteria> params, AuthCommonServices authCommonServices, jakarta.persistence.EntityManager entityManager) This method is used to search collection.static UsersRolesResponse
UserRoleUtil.searchUserRoles
(Long collectionId, Boolean skipPagination, UsersRoleRequest input, List<SearchCriteria> params, AuthCommonServices authCommonServices, jakarta.persistence.EntityManager entityManager) This method is used to search collection. -
Uses of AuthCommonServices in com.skava.auth.web
Constructors in com.skava.auth.web with parameters of type AuthCommonServicesModifierConstructorDescriptionAggregatedAccessController
(AuthCommonServices authCommonServices) FeaturesPrivilegeMappingController
(AuthCommonServices authCommonServices) FeaturesRoleMappingController
(AuthCommonServices authCommonServices)