Uses of Class
security.service.AuthenticationHelper
Packages that use AuthenticationHelper
-
Uses of AuthenticationHelper in security.controller
Constructors in security.controller with parameters of type AuthenticationHelperModifierConstructorDescriptionAuthenticationController
(AuthenticationService authenticationService, AuthenticationHelper authenticationHelper, SimpleCredentialsService simpleCredentialsService, UserService userService, org.springframework.context.ApplicationEventPublisher eventPublisher, LdapAuthService ldapAuthService) CertificateAuthenticationController
(AuthenticationService authenticationService, AuthenticationHelper authenticationHelper, LoginCredentialsService loginCredentialsService) KerberosAuthenticationController
(AuthenticationHelper authenticationHelper, KerberosService kerberosService, LoginCredentialsService loginCredentialsService) -
Uses of AuthenticationHelper in security.handler
Constructors in security.handler with parameters of type AuthenticationHelperModifierConstructorDescriptionSpnegoAuthenticationHandler
(AuthenticationHelper authenticationHelper, KerberosUserNameProvider kerberosUserNameProvider, LoginCredentialsService loginCredentialsService, JwtTokenService jwtTokenService, AuthenticationBundle authenticationBundle)