org.jboss.seam.security.management.action
Class GroupAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupAction
public GroupAction()
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 © 2011 Seam Framework. All Rights Reserved.