- 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..