org.jboss.security.authorization.modules.ejb
Class EJBXACMLUtil

java.lang.Object
  extended by org.jboss.security.authorization.util.JBossXACMLUtil
      extended by org.jboss.security.authorization.modules.ejb.EJBXACMLUtil

public class EJBXACMLUtil
extends JBossXACMLUtil

Utility class for the XACML Integration for the EJB Layer

Since:
Jul 6, 2006
Version:
$Revision: 86122 $
Author:
Anil Saldhana

Constructor Summary
EJBXACMLUtil()
           
 
Method Summary
 org.jboss.security.xacml.interfaces.RequestContext createXACMLRequest(String ejbName, String methodName, Principal principal, org.jboss.security.identity.RoleGroup callerRoles)
           
 
Methods inherited from class org.jboss.security.authorization.util.JBossXACMLUtil
getPDP
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBXACMLUtil

public EJBXACMLUtil()
Method Detail

createXACMLRequest

public org.jboss.security.xacml.interfaces.RequestContext createXACMLRequest(String ejbName,
                                                                             String methodName,
                                                                             Principal principal,
                                                                             org.jboss.security.identity.RoleGroup callerRoles)
                                                                      throws Exception
Throws:
Exception


Copyright © 2009 JBoss Inc.. All Rights Reserved.