Class SecurityHelperFactory


  • public class SecurityHelperFactory
    extends Object
    Factory to get to the helpers
    Since:
    Apr 18, 2008
    Version:
    $Revision$
    Author:
    Anil.Saldhana@redhat.com
    • Constructor Detail

      • SecurityHelperFactory

        public SecurityHelperFactory()
    • Method Detail

      • getEJBAuthenticationHelper

        public static EJBAuthenticationHelper getEJBAuthenticationHelper​(SecurityContext sc)
        Get the EJB Authentication Helper given a security context
        Parameters:
        sc -
        Returns:
      • setEJBAuthorizationHelperClass

        public static void setEJBAuthorizationHelperClass​(String fqn)
        Set the FQN of the ejb authorization helper class
        Parameters:
        fqn -
      • setWebAuthorizationHelperClass

        public static void setWebAuthorizationHelperClass​(String fqn)
        Set the FQN of the web authorization helper class
        Parameters:
        fqn -