org.apache.geronimo.security.jaspi
Class AuthConfigFactoryGBean

java.lang.Object
  extended by org.apache.geronimo.security.jaspi.AuthConfigFactoryGBean

@GBean
public class AuthConfigFactoryGBean
extends Object

Installs the specified AuthConfigFactory

Version:
$Rev: 939811 $ $Date: 2010-05-01 04:44:31 +0800 (Sat, 01 May 2010) $

Constructor Summary
AuthConfigFactoryGBean(String authConfigFactoryClassName, ClassLoader classLoader)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthConfigFactoryGBean

public AuthConfigFactoryGBean(@ParamAttribute(name="authConfigFactoryClassName")
                              String authConfigFactoryClassName,
                              @ParamSpecial(type=classLoader)
                              ClassLoader classLoader)


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.