Skip navigation links
A C D F G H I L N O S 

A

authenticate(String, String) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 

C

CatalinaLdapDataSourceRealm - Class in org.apache.catalina.realm
CatalinaLdapDataSourceRealm is a minimal implementation of a Realm to connect to LDAP for authentication and a database for authorization.
CatalinaLdapDataSourceRealm() - Constructor for class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
CatalinaLdapJdbcRealm - Class in org.apache.catalina.realm
LdapJdbcRealm is a minimal implementation of a Realm to connect to LDAP for authentication and a database for authorization.
CatalinaLdapJdbcRealm() - Constructor for class org.apache.catalina.realm.CatalinaLdapJdbcRealm
 

D

de.nikem.nest.tomcatrealms.ldapjdbc - package de.nikem.nest.tomcatrealms.ldapjdbc
 

F

findSecurityConstraints(Request, Context) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
findSecurityConstraints(Request, Context) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
 

G

getDataSourceName() - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
getDataSourceRealm() - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
getDbConnectionName() - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Return the username to use to connect to the database.
getDbConnectionPassword() - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Return the password to use to connect to the database.
getDbConnectionURL() - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Return the URL to use to connect to the database.
getDriverName() - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Return the JDBC driver that will be used.
getRoleNameCol() - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Return the column in the user role table that names a role.
getRoleNameCol() - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Return the column in the user role table that names a role.
getRoles(DirContext, JNDIRealm.User) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Return a List of roles associated with the given User.
getRoles(DirContext, JNDIRealm.User) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Return a List of roles associated with the given User.
getUserCredCol() - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
getUserNameCol() - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Return the column in the user table that holds the user's name.
getUserNameCol() - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Return the column in the user table that holds the user's name.
getUserRoleTable() - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Return the table that holds the relation between user's and roles.
getUserRoleTable() - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Return the table that holds the relation between user's and roles.
getUserTable() - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Return the table that holds user data..
getUserTable() - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Return the table that holds user data..

H

hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
 
hasRole(Wrapper, Principal, String) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
hasRole(Wrapper, Principal, String) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
 
hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
 

I

info - Static variable in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
info - Static variable in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
 
initInternal() - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 

L

LdapDataSourceRealm - Class in de.nikem.nest.tomcatrealms.ldapjdbc
 
LdapDataSourceRealm() - Constructor for class de.nikem.nest.tomcatrealms.ldapjdbc.LdapDataSourceRealm
 
LdapJdbcRealm - Class in de.nikem.nest.tomcatrealms.ldapjdbc
LdapJdbcRealm is a minimal implementation of a Realm to connect to LDAP for authentication and a database for authorization.
LdapJdbcRealm() - Constructor for class de.nikem.nest.tomcatrealms.ldapjdbc.LdapJdbcRealm
 

N

name - Static variable in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
name - Static variable in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
 

O

org.apache.catalina.realm - package org.apache.catalina.realm
 

S

setAllRolesMode(String) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Set the all roles mode.
setAllRolesMode(String) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Set the all roles mode.
setContainer(Container) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
setDataSourceName(String) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Set the name of the JNDI JDBC DataSource.
setDbConnectionName(String) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Set the username to use to connect to the database.
setDbConnectionPassword(String) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Set the password to use to connect to the database.
setDbConnectionURL(String) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Set the URL to use to connect to the database.
setDriverName(String) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Set the JDBC driver that will be used.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Set the column in the user role table that names a role.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Set the column in the user role table that names a role.
setUserCredCol(String) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
setUserNameCol(String) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Set the column in the user table that holds the user's name.
setUserNameCol(String) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Set the column in the user table that holds the user's name.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Set the table that holds the relation between user's and roles.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Set the table that holds the relation between user's and roles.
setUserTable(String) - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
Set the table that holds user data.
setUserTable(String) - Method in class org.apache.catalina.realm.CatalinaLdapJdbcRealm
Set the table that holds user data.
startInternal() - Method in class org.apache.catalina.realm.CatalinaLdapDataSourceRealm
 
A C D F G H I L N O S 
Skip navigation links