org.jboss.seam.security.management.action
Class UserSearch
java.lang.Object
org.jboss.seam.security.management.action.UserSearch
- All Implemented Interfaces:
- Serializable
@Model
public class UserSearch
- extends Object
- implements Serializable
Action component for locating users
- Author:
- Shane Bryzak
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserSearch
public UserSearch()
loadUsers
@Inject
public void loadUsers()
throws org.picketlink.idm.common.exception.IdentityException
- Throws:
org.picketlink.idm.common.exception.IdentityException
getUserRoles
public String getUserRoles(String username)
getUsers
public List<UserDTO> getUsers()
throws org.picketlink.idm.common.exception.IdentityException
- Throws:
org.picketlink.idm.common.exception.IdentityException
Copyright © 2010 Seam Framework. All Rights Reserved.