public class GetUserList extends Object
| Constructor and Description |
|---|
GetUserList() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getUserList(org.apache.shiro.realm.text.IniRealm r)
function to extract users from shiro.ini
|
List<String> |
getUserList(org.apache.shiro.realm.jdbc.JdbcRealm obj)
function to extract users from JDBCs
|
List<String> |
getUserList(org.apache.shiro.realm.ldap.JndiLdapRealm r)
function to extract users from LDAP
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.