Uses of Interface
security.service.KerberosUserNameProvider
Packages that use KerberosUserNameProvider
-
Uses of KerberosUserNameProvider in security
Methods in security that return KerberosUserNameProvider -
Uses of KerberosUserNameProvider in security.handler
Constructors in security.handler with parameters of type KerberosUserNameProviderModifierConstructorDescriptionSpnegoAuthenticationHandler
(AuthenticationHelper authenticationHelper, KerberosUserNameProvider kerberosUserNameProvider, LoginCredentialsService loginCredentialsService, JwtTokenService jwtTokenService, AuthenticationBundle authenticationBundle) -
Uses of KerberosUserNameProvider in security.service
Classes in security.service that implement KerberosUserNameProviderConstructors in security.service with parameters of type KerberosUserNameProviderModifierConstructorDescriptionKerberosServiceImpl
(KerberosUserNameProvider kerberosUserNameProvider) KerberosUserDetailsWrapperService
(org.springframework.security.core.userdetails.UserDetailsService userDetailsService, KerberosUserNameProvider kerberosUserNameProvider)