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

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

@Named
@ConversationScoped
public class GroupAction
extends Object
implements Serializable

Action bean for managing groups

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
GroupAction()
           
 
Method Summary
 void cancel()
           
 void createGroup()
           
 void deleteGroup(String name, String groupType)
           
 String getGroupName()
           
 String getGroupType()
           
 List<String> getSupportedGroupTypes()
           
 String save()
           
 void setGroupName(String groupName)
           
 void setGroupType(String groupType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupAction

public GroupAction()
Method Detail

createGroup

public void createGroup()

deleteGroup

public void deleteGroup(String name,
                        String groupType)
                 throws org.picketlink.idm.common.exception.IdentityException
Throws:
org.picketlink.idm.common.exception.IdentityException

save

public String save()
            throws org.picketlink.idm.common.exception.IdentityException
Throws:
org.picketlink.idm.common.exception.IdentityException

cancel

public void cancel()

getGroupName

public String getGroupName()

setGroupName

public void setGroupName(String groupName)

getGroupType

public String getGroupType()

setGroupType

public void setGroupType(String groupType)

getSupportedGroupTypes

public List<String> getSupportedGroupTypes()


Copyright © 2010 Seam Framework. All Rights Reserved.