Uses of Interface
org.jenkinsci.plugins.reverse_proxy_auth.auth.ReverseProxyAuthoritiesPopulator
Packages that use ReverseProxyAuthoritiesPopulator
Package
Description
-
Uses of ReverseProxyAuthoritiesPopulator in org.jenkinsci.plugins.reverse_proxy_auth
Constructors in org.jenkinsci.plugins.reverse_proxy_auth with parameters of type ReverseProxyAuthoritiesPopulatorModifierConstructorDescriptionReverseProxyUserDetailsService(ReverseProxyAuthoritiesPopulator authoritiesPopulator) -
Uses of ReverseProxyAuthoritiesPopulator in org.jenkinsci.plugins.reverse_proxy_auth.auth
Classes in org.jenkinsci.plugins.reverse_proxy_auth.auth that implement ReverseProxyAuthoritiesPopulatorModifier and TypeClassDescriptionclassfinal classMethods in org.jenkinsci.plugins.reverse_proxy_auth.auth that return ReverseProxyAuthoritiesPopulatorModifier and TypeMethodDescriptionprotected ReverseProxyAuthoritiesPopulatorReverseProxyAuthenticationProvider.getAuthoritiesPopulator()Constructors in org.jenkinsci.plugins.reverse_proxy_auth.auth with parameters of type ReverseProxyAuthoritiesPopulatorModifierConstructorDescriptionReverseProxyAuthenticationProvider(ReverseProxyAuthenticator authenticator, ReverseProxyAuthoritiesPopulator authoritiesPopulator) Create an instance with the supplied authenticator and authorities populator implementations.