public class LoginCommandSettings extends Object
LoginCommand class.| Modifier and Type | Field and Description |
|---|---|
static String |
SERVER_MATCH_OVERRIDE |
| Constructor and Description |
|---|
LoginCommandSettings()
Create a new
LoginCommandSettings instance with default settings. |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the class name associated with the settings.
|
String |
getServer()
Returns the server name associated with the settings.
|
boolean |
isPerClientAuthentication()
Returns whether per client authentication is enabled or not.
|
void |
setClassName(String className)
Sets the class name associated with the settings.
|
void |
setPerClientAuthentication(boolean perClientAuthentication)
Sets whether per client authentication is enabled or not.
|
void |
setServer(String server)
Sets the server name associated with the settings.
|
public static final String SERVER_MATCH_OVERRIDE
public LoginCommandSettings()
LoginCommandSettings instance with default settings.public String getClassName()
public void setClassName(String className)
className - The class name.public String getServer()
public void setServer(String server)
server - The server name.public boolean isPerClientAuthentication()
true if per client authentication is enabled;
otherwise false.public void setPerClientAuthentication(boolean perClientAuthentication)
perClientAuthentication - true if per client authentication
is enabled; otherwise false.Copyright © 2015 The Apache Software Foundation. All rights reserved.