Uses of Class
org.jenkinsci.plugins.reverse_proxy_auth.model.ReverseProxyUserDetails
Package
Description
-
Uses of ReverseProxyUserDetails in org.jenkinsci.plugins.reverse_proxy_auth
Modifier and TypeMethodDescriptionReverseProxySecurityRealm.ReverseProxyUserDetailsService.loadUserByUsername
(String username) -
Uses of ReverseProxyUserDetails in org.jenkinsci.plugins.reverse_proxy_auth.auth
Modifier 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.Modifier 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)