com.dtolabs.rundeck.core.authentication
Class AuthenticationMgrFactory

java.lang.Object
  extended by com.dtolabs.rundeck.core.authentication.AuthenticationMgrFactory

public class AuthenticationMgrFactory
extends java.lang.Object

AuthenticationMgrFactory


Field Summary
static org.apache.log4j.Category logger
           
 
Method Summary
static AuthenticationMgrFactory create(java.lang.String classname, Framework framework)
           
 Authenticator getAuthenticationMgr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final org.apache.log4j.Category logger
Method Detail

create

public static AuthenticationMgrFactory create(java.lang.String classname,
                                              Framework framework)

getAuthenticationMgr

public Authenticator getAuthenticationMgr()