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

java.lang.Object
  extended by 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

Constructor Summary
RoleAction()
           
 
Method Summary
 void createRoleType()
           
 String deleteRoleType(String roleType)
           
 String getRoleType()
           
 String save()
           
 void setRoleType(String roleType)
           
 
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

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.