|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.security.LoginConfig
public class LoginConfig
Configuration for the login-config.
| Constructor Summary | |
|---|---|
LoginConfig()
Creates the login-config. |
|
| Method Summary | |
|---|---|
ContainerProgram |
createFormLoginConfig()
Creates the form-login-config |
ContainerProgram |
createInit()
Creates the init |
java.lang.String |
getAuthMethod()
Gets the auth-method |
AbstractLogin |
getLogin()
Returns the login. |
java.lang.String |
getRealmName()
Gets the realm-name |
void |
setAuthenticator(ServletAuthenticator auth)
Sets the authenticator. |
void |
setAuthMethod(java.lang.String method)
Sets the auth-method |
void |
setRealmName(java.lang.String realmName)
Sets the realm-name |
void |
setType(java.lang.Class type)
Sets the custom type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoginConfig()
| Method Detail |
|---|
public void setAuthMethod(java.lang.String method)
public java.lang.String getAuthMethod()
public void setAuthenticator(ServletAuthenticator auth)
public void setType(java.lang.Class type)
throws ConfigException
ConfigExceptionpublic void setRealmName(java.lang.String realmName)
public java.lang.String getRealmName()
public ContainerProgram createFormLoginConfig()
public ContainerProgram createInit()
public AbstractLogin getLogin()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||