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

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

@Name(value="org.jboss.seam.security.management.roleAction")
@Scope(value=CONVERSATION)
@Install(precedence=0)
public class RoleAction
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RoleAction()
           
 
Method Summary
 void createRole()
           
 void editRole(String role)
           
 List<String> getAssignableRoles()
           
 List<String> getGroups()
           
 String getRole()
           
 String save()
           
 void setGroups(List<String> groups)
           
 void setRole(String role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleAction

public RoleAction()
Method Detail

createRole

@Begin
public void createRole()

editRole

@Begin
public void editRole(String role)

save

public String save()

getRole

public String getRole()

getAssignableRoles

public List<String> getAssignableRoles()

setRole

public void setRole(String role)

getGroups

public List<String> getGroups()

setGroups

public void setGroups(List<String> groups)


Copyright © 2011 Seam Framework. All Rights Reserved.