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

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

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

See Also:
Serialized Form

Constructor Summary
RoleSearch()
           
 
Method Summary
 java.lang.String getRoleGroups(java.lang.String role)
           
 java.lang.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 java.lang.String getRoleGroups(java.lang.String role)

getSelectedRole

public java.lang.String getSelectedRole()


Copyright © 2011 Seam Framework. All Rights Reserved.