public class LoginConfig
extends java.lang.Object
Constructor and Description |
---|
LoginConfig()
Creates the login-config.
|
Modifier and Type | Method and Description |
---|---|
ContainerProgram |
createFormLoginConfig()
Creates the form-login-config
|
ContainerProgram |
createInit()
Creates the init
|
java.lang.String |
getAuthMethod()
Gets the auth-method
|
Login |
getLogin()
Returns the login.
|
java.lang.String |
getRealmName()
Gets the realm-name
|
void |
setAuthenticator(Authenticator 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
|
public void setAuthMethod(java.lang.String method)
public java.lang.String getAuthMethod()
public void setAuthenticator(Authenticator auth)
public void setType(java.lang.Class type) throws ConfigException
ConfigException
public void setRealmName(java.lang.String realmName)
public java.lang.String getRealmName()
public ContainerProgram createFormLoginConfig()
public ContainerProgram createInit()
public Login getLogin()