Uses of Class
com.skava.auth.model.entities.UserAttribute
Packages that use UserAttribute
Package
Description
Models to represent the entity classes.
Data transfer classes for user attribute to transfer data from service to UserAttributeController.
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 UserAttribute in com.skava.auth.model.entities
Fields in com.skava.auth.model.entities with type parameters of type UserAttributeModifier and TypeFieldDescriptionprotected Set<UserAttribute>
Privilege.userAttribute
final com.querydsl.core.types.dsl.SetPath<UserAttribute,
QUserAttribute> QPrivilege.userAttribute
Constructor parameters in com.skava.auth.model.entities with type arguments of type UserAttributeModifierConstructorDescriptionQUserAttribute
(com.querydsl.core.types.Path<? extends UserAttribute> path) QUserAttribute
(Class<? extends UserAttribute> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of UserAttribute in com.skava.auth.model.response.userattribute
Constructors in com.skava.auth.model.response.userattribute with parameters of type UserAttributeModifierConstructorDescriptionUserAttributeResponse
(String responseCode, UserAttribute userAttribute) Instantiates a new user attribute response.Constructor parameters in com.skava.auth.model.response.userattribute with type arguments of type UserAttributeModifierConstructorDescriptionUserAttributesResponse
(String responseCode, List<UserAttribute> userAttributes) Instantiates a new user attributes response. -
Uses of UserAttribute in com.skava.auth.model.rest.entities
Constructors in com.skava.auth.model.rest.entities with parameters of type UserAttributeModifierConstructorDescriptionUserAttributeVO
(UserAttribute userAttributes) Instantiates a new group attributes value object. -
Uses of UserAttribute in com.skava.auth.repository
Methods in com.skava.auth.repository that return types with arguments of type UserAttributeModifier and TypeMethodDescriptionUserAttributeRepository.findByPrivilegeIdAndUserId
(Long privilegeId, Long userid) Service definition to find user attribute by privilege and user id. -
Uses of UserAttribute in com.skava.auth.util
Methods in com.skava.auth.util that return UserAttributeModifier and TypeMethodDescriptionstatic UserAttribute
UserAttributeUtil.createuserAttribute
(UserAttributeVO input, UserAttributeRepository userAttributeRepository) static UserAttribute
UserAttributeUtil.getUserAttribute
(long attributeId, UserAttributeRepository userAttributeRepository) static UserAttribute
UserAttributeUtil.updateUserAttribute
(UserAttribute userAttribute, UserAttributeRepository userAttributeRepository) Methods in com.skava.auth.util that return types with arguments of type UserAttributeModifier and TypeMethodDescriptionstatic List<UserAttribute>
UserAttributeUtil.searchUserAttributes
(String filter, int offset, int limit, jakarta.persistence.EntityManager entityManager) Methods in com.skava.auth.util with parameters of type UserAttributeModifier and TypeMethodDescriptionstatic void
UserAttributeUtil.deleteUserAttribute
(UserAttribute userAttribute, UserAttributeRepository userAttributeRepository) static UserAttribute
UserAttributeUtil.updateUserAttribute
(UserAttribute userAttribute, UserAttributeRepository userAttributeRepository)