Class EJBXACMLUtil


  • public class EJBXACMLUtil
    extends JBossXACMLUtil
    Utility class for the XACML Integration for the EJB Layer
    Since:
    Jul 6, 2006
    Version:
    $Revision$
    Author:
    Anil Saldhana
    • Constructor Detail

      • EJBXACMLUtil

        public EJBXACMLUtil()
    • Method Detail

      • createXACMLRequest

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