org.jboss.ejb3.security
Class SecurityDomainManager

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

public class SecurityDomainManager
extends java.lang.Object

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

Since:
Oct 9, 2006

Constructor Summary
SecurityDomainManager()
           
 
Method Summary
static java.lang.Object getSecurityManager(java.lang.String securityDomain, javax.naming.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 java.lang.Object getSecurityManager(java.lang.String securityDomain,
                                                  javax.naming.InitialContext ctx)
                                           throws javax.naming.NamingException
Throws:
javax.naming.NamingException