Uses of Class
systems.dennis.auth.role_validator.entity.UserTokenDTO
Packages that use UserTokenDTO
Package
Description
-
Uses of UserTokenDTO in systems.dennis.auth.client.required
Methods in systems.dennis.auth.client.required that return UserTokenDTOModifier and TypeMethodDescriptionTokenProviderClient.getAuthentication(systems.dennis.shared.entity.TokenData tokenData) CreatesUserTokenDTOobject by tokenTokenProviderClient.validateToken(UserTokenDTO dto) TokenProviderClient.validateToken(systems.dennis.shared.entity.TokenData token) Methods in systems.dennis.auth.client.required with parameters of type UserTokenDTO -
Uses of UserTokenDTO in systems.dennis.auth.client.utils
Methods in systems.dennis.auth.client.utils that return UserTokenDTOModifier and TypeMethodDescriptionAuthenticationService.authorize(LoginPassword loginPassword, systems.dennis.shared.scopes.model.ScopeModel scope) AuthenticationService.authorizeVirtual(LoginPassword loginPassword, systems.dennis.shared.scopes.model.ScopeModel scope) AuthenticationService.get()SecurityUtils.get()SecurityUtils.tokenFromHeader() -
Uses of UserTokenDTO in systems.dennis.auth.config
Methods in systems.dennis.auth.config with parameters of type UserTokenDTOModifier and TypeMethodDescriptionstatic AuthorizeResponseAuthorizeResponse.of(UserTokenDTO dto, boolean oldToken) voidAuthorizationDelegator.validate(UserTokenDTO dto, systems.dennis.shared.config.WebContext.LocalWebContext context) -
Uses of UserTokenDTO in systems.dennis.auth.controller
Methods in systems.dennis.auth.controller that return UserTokenDTOModifier and TypeMethodDescriptionAuthorizeController.authLdap(LoginPassword loginPassword) AuthorizeController.directLogin(LoginPassword password, String backUrl, jakarta.servlet.http.HttpServletRequest httpServletRequest) AuthorizeController.virtualLogin(LoginPassword password) Methods in systems.dennis.auth.controller that return types with arguments of type UserTokenDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserTokenDTO>TokenProviderController.validateToken(String token) -
Uses of UserTokenDTO in systems.dennis.auth.delegations.ldap
Methods in systems.dennis.auth.delegations.ldap with type parameters of type UserTokenDTOModifier and TypeMethodDescription<T extends UserTokenDTO>
TLdapAuthorization.authorize(LoginPassword loginPassword, systems.dennis.shared.config.WebContext.LocalWebContext context, systems.dennis.shared.scopes.model.ScopeModel scope) Methods in systems.dennis.auth.delegations.ldap with parameters of type UserTokenDTOModifier and TypeMethodDescriptionvoidLdapAuthorization.saveLoginAttempt(UserTokenDTO user, systems.dennis.shared.config.WebContext.LocalWebContext context) voidLdapAuthorization.validate(UserTokenDTO dto, systems.dennis.shared.config.WebContext.LocalWebContext context) -
Uses of UserTokenDTO in systems.dennis.auth.delegations.simple
Methods in systems.dennis.auth.delegations.simple with type parameters of type UserTokenDTOModifier and TypeMethodDescription<T extends UserTokenDTO>
TAuthorizationAttemptProcessor.authorize(LoginPassword loginPassword, systems.dennis.shared.config.WebContext.LocalWebContext context, systems.dennis.shared.scopes.model.ScopeModel scope) Methods in systems.dennis.auth.delegations.simple that return UserTokenDTOModifier and TypeMethodDescriptionSimplePhoneAuthorization.authorize(LoginPassword res, systems.dennis.shared.config.WebContext.LocalWebContext context, systems.dennis.shared.scopes.model.ScopeModel scope) SimpleTokenAuthorization.authorize(LoginPassword password, systems.dennis.shared.config.WebContext.LocalWebContext context, systems.dennis.shared.scopes.model.ScopeModel scope) Methods in systems.dennis.auth.delegations.simple with parameters of type UserTokenDTOModifier and TypeMethodDescriptionvoidAuthorizationAttemptProcessor.saveLoginAttempt(UserTokenDTO loginPassword, systems.dennis.shared.config.WebContext.LocalWebContext context) voidSimpleTokenAuthorization.saveLoginAttempt(UserTokenDTO user, systems.dennis.shared.config.WebContext.LocalWebContext context) voidDefaultAuthorizationDelegator.validate(UserTokenDTO dto, systems.dennis.shared.config.WebContext.LocalWebContext context) -
Uses of UserTokenDTO in systems.dennis.auth.delegations.virtual
Methods in systems.dennis.auth.delegations.virtual that return UserTokenDTOModifier and TypeMethodDescriptionDirectUserLoginAuthorization.authorize(LoginPassword password, systems.dennis.shared.config.WebContext.LocalWebContext context, systems.dennis.shared.scopes.model.ScopeModel scope) Methods in systems.dennis.auth.delegations.virtual with parameters of type UserTokenDTOModifier and TypeMethodDescriptionvoidDirectUserLoginAuthorization.saveLoginAttempt(UserTokenDTO user, systems.dennis.shared.config.WebContext.LocalWebContext context) voidVirtualUserAuthorizationDelegator.validate(UserTokenDTO dto, systems.dennis.shared.config.WebContext.LocalWebContext context) -
Uses of UserTokenDTO in systems.dennis.auth.role_validator
Methods in systems.dennis.auth.role_validator with parameters of type UserTokenDTOModifier and TypeMethodDescriptionTokenProvider.createToken(UserTokenDTO dto, String tokenType, List<UserRole> roleList, systems.dennis.shared.scopes.model.ScopeModel scope) Creates a token for user. -
Uses of UserTokenDTO in systems.dennis.auth.service
Methods in systems.dennis.auth.service that return UserTokenDTOModifier and TypeMethodDescriptionUserServiceImpl.authorize(LoginPassword password, systems.dennis.shared.scopes.model.ScopeModel scope) UserServiceImpl.authorizeVirtual(LoginPassword password, systems.dennis.shared.scopes.model.ScopeModel scope)