org.jboss.ejb3.security
Class SecurityDomainManager

java.lang.Object
  extended by org.jboss.ejb3.security.SecurityDomainManager

public class SecurityDomainManager
extends Object

Utility class that deals with the authentication/authorization managers associated with a security domain

Since:
Oct 9, 2006
Version:
$Revision$
Author:
Anil Saldhana

Constructor Summary
SecurityDomainManager()
           
 
Method Summary
static Object getSecurityManager(String securityDomain, InitialContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityDomainManager

public SecurityDomainManager()
Method Detail

getSecurityManager

public static Object getSecurityManager(String securityDomain,
                                        InitialContext ctx)
                                 throws NamingException
Throws:
NamingException


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.