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

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

@Model
public class RoleSearch
extends Object
implements Serializable

Action class used to search for role types

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
RoleSearch()
           
 
Method Summary
 List<String> getRoleTypes()
           
 void loadRoleTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleSearch

public RoleSearch()
Method Detail

loadRoleTypes

@Inject
public void loadRoleTypes()
                   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

getRoleTypes

public List<String> getRoleTypes()


Copyright © 2010 Seam Framework. All Rights Reserved.