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

java.lang.Object
  extended by org.jboss.seam.security.management.action.RoleSearch
All Implemented Interfaces:
Serializable

@Name(value="org.jboss.seam.security.management.roleSearch")
@Scope(value=SESSION)
@Install(precedence=0)
public class RoleSearch
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RoleSearch()
           
 
Method Summary
 String getRoleGroups(String role)
           
 String getSelectedRole()
           
 void loadRoles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleSearch

public RoleSearch()
Method Detail

loadRoles

public void loadRoles()

getRoleGroups

public String getRoleGroups(String role)

getSelectedRole

public String getSelectedRole()


Copyright © 2011 Seam Framework. All Rights Reserved.