Uses of Class
com.skava.auth.model.entities.PrivilegeSet
Packages that use PrivilegeSet
Package
Description
Models to represent the entity classes.
Data transfer classes for privilege set to transfer data from service to PrivilegeSetController.
Data transfer classes for entities to hold the entity related informations.
Repository classes to represent the data access layer of the entities.
Support classes for hold the reusable functionalities.
-
Uses of PrivilegeSet in com.skava.auth.model.entities
Fields in com.skava.auth.model.entities with type parameters of type PrivilegeSetModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.SetPath<PrivilegeSet,
QPrivilegeSet> QRole.privilegeSets
Constructor parameters in com.skava.auth.model.entities with type arguments of type PrivilegeSetModifierConstructorDescriptionQPrivilegeSet
(com.querydsl.core.types.Path<? extends PrivilegeSet> path) QPrivilegeSet
(Class<? extends PrivilegeSet> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of PrivilegeSet in com.skava.auth.model.response.privilegeset
Constructors in com.skava.auth.model.response.privilegeset with parameters of type PrivilegeSetModifierConstructorDescriptionGetByPrivilegeSetIdResponse
(String responseCode, PrivilegeSet privilegeSet, boolean isLoadDependency) Instantiates new privilege set response.PrivilegeSetResponse
(String responseCode, PrivilegeSet privilegeSet) Instantiates new privilege set response.Constructor parameters in com.skava.auth.model.response.privilegeset with type arguments of type PrivilegeSetModifierConstructorDescriptionPrivilegeSetsResponse
(String responseCode, List<PrivilegeSet> privilegeSets) Instantiates new privilege sets response. -
Uses of PrivilegeSet in com.skava.auth.model.rest.entities
Constructors in com.skava.auth.model.rest.entities with parameters of type PrivilegeSetModifierConstructorDescriptionGetFullPrivilegeSetVO
(PrivilegeSet privilegeSet) ConstructGetFullPrivilegeSetVO
object by parsingPrivilegeSet
object.PrivilegeSetVO
(PrivilegeSet privilegeSet) Instantiates a new privilege set -
Uses of PrivilegeSet in com.skava.auth.repository
Methods in com.skava.auth.repository that return types with arguments of type PrivilegeSetModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PrivilegeSet>
PrivilegeSetRepository.findByCollectionId
(Long collectionId, org.springframework.data.domain.Pageable pageRequest) Find by collection id. -
Uses of PrivilegeSet in com.skava.auth.util
Methods in com.skava.auth.util that return PrivilegeSetModifier and TypeMethodDescriptionstatic PrivilegeSet
PrivilegeSetUtil.createPrivilegeSet
(PrivilegeSetVO input, PrivilegeSetRepository privilegeSetRepository) static PrivilegeSet
PrivilegeSetUtil.getPrivilegeSet
(Long privilegeSetId, PrivilegeSetRepository privilegeSetRepository) static PrivilegeSet
PrivilegeSetUtil.updatePrivilegeSet
(PrivilegeSet privilegeSet, PrivilegeSetRepository privilegeSetRepository) Methods in com.skava.auth.util that return types with arguments of type PrivilegeSetModifier and TypeMethodDescriptionstatic List<PrivilegeSet>
PrivilegeSetUtil.searchPrivilegeSets
(String filter, long collectionId, int offset, int limit, jakarta.persistence.EntityManager entityManager) Methods in com.skava.auth.util with parameters of type PrivilegeSetModifier and TypeMethodDescriptionstatic void
PrivilegeSetUtil.deletePrivilegeSet
(PrivilegeSet privilegeSet, PrivilegeSetRepository privilegeSetRepository) static PrivilegeSet
PrivilegeSetUtil.updatePrivilegeSet
(PrivilegeSet privilegeSet, PrivilegeSetRepository privilegeSetRepository)