org.jboss.seam.security.management.action
Class RoleAction
java.lang.Object
org.jboss.seam.security.management.action.RoleAction
- All Implemented Interfaces:
- Serializable
@Named
@ConversationScoped
public class RoleAction
- extends Object
- implements Serializable
Action component for managing role types
- 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 |
RoleAction
public RoleAction()
createRoleType
public void createRoleType()
deleteRoleType
public String deleteRoleType(String roleType)
throws org.picketlink.idm.common.exception.IdentityException,
org.picketlink.idm.common.exception.FeatureNotSupportedException
- Throws:
org.picketlink.idm.common.exception.IdentityException
org.picketlink.idm.common.exception.FeatureNotSupportedException
save
public String save()
throws org.picketlink.idm.common.exception.IdentityException,
org.picketlink.idm.common.exception.FeatureNotSupportedException
- Throws:
org.picketlink.idm.common.exception.IdentityException
org.picketlink.idm.common.exception.FeatureNotSupportedException
getRoleType
public String getRoleType()
setRoleType
public void setRoleType(String roleType)
Copyright © 2011 Seam Framework. All Rights Reserved.