com.caucho.server.security
Class Login

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

public class Login
extends BeanConfig

The login configures a basic: or form:.


Field Summary
 
Fields inherited from class com.caucho.webbeans.cfg.WbComponentConfig
_comp
 
Constructor Summary
Login()
           
 
Method Summary
 java.lang.Class getBeanConfigClass()
           
 AbstractLogin getLoginObject()
           
 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

Login

public Login()
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

getLoginObject

public AbstractLogin getLoginObject()

toString

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