com.caucho.server.security
Class AuthenticatorConfig

java.lang.Object
  extended by com.caucho.webbeans.cfg.WbComponentConfig
      extended by com.caucho.config.types.BeanConfig
          extended by com.caucho.server.security.AuthenticatorConfig

public class AuthenticatorConfig
extends BeanConfig

The authenticator is the same as resource, but has a default.


Field Summary
 
Fields inherited from class com.caucho.webbeans.cfg.WbComponentConfig
_comp
 
Constructor Summary
AuthenticatorConfig()
           
 
Method Summary
 java.lang.Class getBeanConfigClass()
           
 void setClass(java.lang.Class cl)
          Check for correct type.
 void setType(java.lang.Class cl)
          Override the old meaning of type for backward compat.
 java.lang.String toString()
           
 
Methods inherited from class com.caucho.config.types.BeanConfig
getDefaultScope, getFilename, getLine, getMBeanName, getUri, init, introspectPostInit, setBeanConfigClass, setConfigLocation, setJndiName, setMbeanClass, setMbeanInterface, setMbeanName, setUri
 
Methods inherited from class com.caucho.webbeans.cfg.WbComponentConfig
addBinding, addOptionalStringProperty, addParam, addStringProperty, createObjectNoInit, deploy, getBindingList, getClassType, getComponent, getComponentFactory, getComponentType, getInit, getName, getObject, getTagName, getType, setComponentType, setInit, setName, setScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticatorConfig

public AuthenticatorConfig()
Method Detail

getBeanConfigClass

public java.lang.Class getBeanConfigClass()
Overrides:
getBeanConfigClass in class BeanConfig

setType

public void setType(java.lang.Class cl)
Override the old meaning of type for backward compat.

Overrides:
setType in class BeanConfig

setClass

public void setClass(java.lang.Class cl)
Check for correct type.

Overrides:
setClass in class BeanConfig

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object