| Package | Description |
|---|---|
| org.jenkinsci.plugins.reverse_proxy_auth | |
| org.jenkinsci.plugins.reverse_proxy_auth.auth |
| Modifier and Type | Method and Description |
|---|---|
ReverseProxyUserDetails |
ReverseProxySecurityRealm.ReverseProxyUserDetailsService.loadUserByUsername(String username) |
| Modifier and Type | Method and Description |
|---|---|
ReverseProxyUserDetails |
DefaultReverseProxyAuthenticator.authenticate(String username,
String password) |
ReverseProxyUserDetails |
ReverseProxyAuthenticator.authenticate(String username,
String password)
Authenticates as a user and obtains additional user information from the directory.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.acegisecurity.userdetails.UserDetails |
ReverseProxyAuthenticationProvider.createUserDetails(ReverseProxyUserDetails user,
String username,
String password)
Creates the final UserDetails object that will be returned by the provider once the user has
been authenticated.
|
protected Set<org.acegisecurity.GrantedAuthority> |
ReverseProxyAuthoritiesPopulatorImpl.getAdditionalRoles(ReverseProxyUserDetails proxyUser) |
protected Set<org.acegisecurity.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).
|
org.acegisecurity.GrantedAuthority[] |
ReverseProxyAuthoritiesPopulator.getGrantedAuthorities(ReverseProxyUserDetails userDetails) |
org.acegisecurity.GrantedAuthority[] |
DefaultReverseProxyAuthoritiesPopulator.getGrantedAuthorities(ReverseProxyUserDetails userDetails)
Obtains the authorities for the user who's directory entry is represented by
the supplied LdapUserDetails object.
|
Copyright © 2004-2014. All Rights Reserved.