A C D E F G I L M O P R S T U _ 

A

authorities - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
The authorities that are granted to the authenticated user.
authoritiesPopulator - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.service.ProxyLDAPUserDetailsService
 

C

canLogOut() - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 
createFilter(FilterConfig) - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 
createSecurityComponents() - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 

D

doServerCheck(String, String, String) - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm.ProxyLDAPDescriptor
 

E

extractBean(Class<T>, WebApplicationContext) - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 

F

forwardedUser - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
The name of the header which the username has to be extracted from.

G

getAdditionalRoles(LdapUserDetails) - Method in class org.jenkinsci.plugins.reverse_proxy_auth.service.ProxyLDAPAuthoritiesPopulator
 
getDisplayName() - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm.ProxyLDAPDescriptor
 
getForwardedUser() - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
Name of the HTTP header to look at.
getGroupMembershipRoles(String, String) - Method in class org.jenkinsci.plugins.reverse_proxy_auth.service.ProxyLDAPAuthoritiesPopulator
Retrieves the group membership in two ways.
getGroupSearchFilter() - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 
getLDAPURL() - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 
getManagerPassword() - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 
getServerUrl() - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 
GROUP_SEARCH - Static variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
LDAP filter to look for groups by their names.
groupSearchBase - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
This defines the organizational unit that contains groups.
groupSearchFilter - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
Query to locate an entry that identifies the group, given the group name string.

I

inhibitInferRootDN - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
Allow the rootDN to be inferred? Default is false.

L

ldapSearch - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.service.ProxyLDAPUserDetailsService
 
loadGroupByGroupname(String) - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 
loadUserByUsername(String) - Method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
loadUserByUsername(String) - Method in class org.jenkinsci.plugins.reverse_proxy_auth.service.ProxyLDAPUserDetailsService
 

M

managerDN - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
If non-null, we use this and ReverseProxySecurityRealm.managerPassword when binding to LDAP.
Messages - Class in org.jenkinsci.plugins.reverse_proxy_auth
 
Messages() - Constructor for class org.jenkinsci.plugins.reverse_proxy_auth.Messages
 

O

org.jenkinsci.plugins.reverse_proxy_auth - package org.jenkinsci.plugins.reverse_proxy_auth
 
org.jenkinsci.plugins.reverse_proxy_auth.service - package org.jenkinsci.plugins.reverse_proxy_auth.service
 

P

ProxyLDAPAuthoritiesPopulator - Class in org.jenkinsci.plugins.reverse_proxy_auth.service
LdapAuthoritiesPopulator that adds the automatic 'authenticated' role.
ProxyLDAPAuthoritiesPopulator(InitialDirContextFactory, String) - Constructor for class org.jenkinsci.plugins.reverse_proxy_auth.service.ProxyLDAPAuthoritiesPopulator
 
ProxyLDAPUserDetailsService - Class in org.jenkinsci.plugins.reverse_proxy_auth.service
 
ProxyLDAPUserDetailsService(ReverseProxySecurityRealm, WebApplicationContext) - Constructor for class org.jenkinsci.plugins.reverse_proxy_auth.service.ProxyLDAPUserDetailsService
 
ProxyLDAPUserDetailsService(LdapUserSearch, LdapAuthoritiesPopulator) - Constructor for class org.jenkinsci.plugins.reverse_proxy_auth.service.ProxyLDAPUserDetailsService
 

R

retrievedUsername - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
The username retrieved from the header.
ReverseProxySecurityRealm - Class in org.jenkinsci.plugins.reverse_proxy_auth
 
ReverseProxySecurityRealm(String, String, String, boolean, String, String, String, String, String, String) - Constructor for class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 
ReverseProxySecurityRealm.ProxyLDAPDescriptor - Class in org.jenkinsci.plugins.reverse_proxy_auth
 
ReverseProxySecurityRealm.ProxyLDAPDescriptor() - Constructor for class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm.ProxyLDAPDescriptor
 
ReverseProxySecurityRealm_DisplayName() - Static method in class org.jenkinsci.plugins.reverse_proxy_auth.Messages
HTTP Header by reverse proxy
rootDN - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
The root DN to connect to.

S

server - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
LDAP server name(s) separated by spaces, optionally with TCP port number, like "ldap.acme.org" or "ldap.acme.org:389" and/or with protcol, like "ldap://ldap.acme.org".
setConvertToUpperCase(boolean) - Method in class org.jenkinsci.plugins.reverse_proxy_auth.service.ProxyLDAPAuthoritiesPopulator
 
setRolePrefix(String) - Method in class org.jenkinsci.plugins.reverse_proxy_auth.service.ProxyLDAPAuthoritiesPopulator
 

T

toProviderUrl(String, String) - Static method in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
 

U

userSearch - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
Query to locate an entry that identifies the user, given the user name string.
userSearchBase - Variable in class org.jenkinsci.plugins.reverse_proxy_auth.ReverseProxySecurityRealm
Specifies the relative DN from the root DN.

_

_ReverseProxySecurityRealm_DisplayName() - Static method in class org.jenkinsci.plugins.reverse_proxy_auth.Messages
HTTP Header by reverse proxy
A C D E F G I L M O P R S T U _ 

Copyright © 2004-2014. All Rights Reserved.