org.jboss.seam.security.management.action
Class UserSearch

java.lang.Object
  extended by 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

Constructor Summary
UserSearch()
           
 
Method Summary
 String getUserRoles(String username)
           
 List<UserDTO> getUsers()
           
 void loadUsers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSearch

public UserSearch()
Method Detail

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.