Uses of Class
org.jenkinsci.plugins.reverse_proxy_auth.model.ReverseProxyUserDetails
Packages that use ReverseProxyUserDetails
Package
Description
-
Uses of ReverseProxyUserDetails in org.jenkinsci.plugins.reverse_proxy_auth
Methods in org.jenkinsci.plugins.reverse_proxy_auth that return ReverseProxyUserDetailsModifier and TypeMethodDescriptionReverseProxySecurityRealm.ReverseProxyUserDetailsService.loadUserByUsername
(String username) -
Uses of ReverseProxyUserDetails in org.jenkinsci.plugins.reverse_proxy_auth.auth
Methods in org.jenkinsci.plugins.reverse_proxy_auth.auth that return ReverseProxyUserDetailsModifier and TypeMethodDescriptionDefaultReverseProxyAuthenticator.authenticate
(String username, String password) ReverseProxyAuthenticator.authenticate
(String username, String password) Authenticates as a user and obtains additional user information from the directory.Methods in org.jenkinsci.plugins.reverse_proxy_auth.auth with parameters of type ReverseProxyUserDetailsModifier and TypeMethodDescriptionprotected org.springframework.security.core.userdetails.UserDetails
ReverseProxyAuthenticationProvider.createUserDetails
(ReverseProxyUserDetails user, String username, String password) Creates the finalUserDetails
object that will be returned by the provider once the user has been authenticated.protected Set<org.springframework.security.core.GrantedAuthority>
DefaultReverseProxyAuthoritiesPopulator.getAdditionalRoles
(ReverseProxyUserDetails reverseProxyUser) This method should be overridden if required to obtain any additional roles for the given user (on top of those obtained from the standard search implemented by this class).protected Set<org.springframework.security.core.GrantedAuthority>
ReverseProxyAuthoritiesPopulatorImpl.getAdditionalRoles
(ReverseProxyUserDetails proxyUser) final Collection<? extends org.springframework.security.core.GrantedAuthority>
DefaultReverseProxyAuthoritiesPopulator.getGrantedAuthorities
(ReverseProxyUserDetails userDetails) Obtains the authorities for the user who's directory entry is represented by the supplied LdapUserDetails object.Collection<? extends org.springframework.security.core.GrantedAuthority>
ReverseProxyAuthoritiesPopulator.getGrantedAuthorities
(ReverseProxyUserDetails userDetails)