Uses of Class
systems.dennis.auth.entity.ActiveToken
Packages that use ActiveToken
-
Uses of ActiveToken in systems.dennis.auth.repository
Methods in systems.dennis.auth.repository that return types with arguments of type ActiveTokenModifier and TypeMethodDescriptionActiveTokensRepo.findByUserDataIdAndActiveIsTrueAndDueGreaterThan(Long userDataId, Date date) ActiveTokensRepo.findFirstByTokenAndActiveIsTrueAndTypeAndScope(String token, String type, systems.dennis.shared.scopes.model.ScopeModel scope) ActiveTokensRepo.findFirstByUserDataIdAndActiveIsTrueAndDueGreaterThanAndTypeAndScope(Long userDataId, Date date, String type, systems.dennis.shared.scopes.model.ScopeModel scope) -
Uses of ActiveToken in systems.dennis.auth.role_validator
Methods in systems.dennis.auth.role_validator that return ActiveTokenModifier and TypeMethodDescriptionTokenProvider.createToken(UserTokenDTO dto, String tokenType, List<UserRole> roleList, systems.dennis.shared.scopes.model.ScopeModel scope) Creates a token for user.