org.jboss.security.identity
Class RoleFactory
java.lang.Object
org.jboss.security.identity.RoleFactory
public class RoleFactory
- extends Object
Factory to create roles
- Since:
- Dec 21, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleFactory
public RoleFactory()
createRole
public static Role createRole(String name)
throws PrivilegedActionException
- Throws:
PrivilegedActionException
createRoleGroup
public static RoleGroup createRoleGroup(String name)
throws PrivilegedActionException
- Throws:
PrivilegedActionException
setSimpleRoleClass
public static void setSimpleRoleClass(String fqn)
setSimpleRoleGroupClass
public static void setSimpleRoleGroupClass(String fqn)
Copyright © 2012 JBoss Inc.. All Rights Reserved.