public class AuthKey extends Object
Constructor and Description |
---|
AuthKey(String name)
Constructs a new key with a given name.
|
Modifier and Type | Method and Description |
---|---|
String |
getDefault()
Returns the default value for this key.
|
String |
getDescription()
Returns the description of this key.
|
String |
getName()
Returns the name of this key.
|
boolean |
isHidden()
Returns true if this key's value should be hidden.
|
boolean |
isRequired()
Indicates whether this key must have a non-null value.
|
void |
setDefault(String dfault)
Sets a default value for this key.
|
void |
setDescription(String description)
Sets the description of this key.
|
void |
setHidden(boolean hidden)
Sets whether this key's value will be hidden.
|
void |
setName(String name)
Sets the name of this key.
|
void |
setRequired(boolean required)
Sets whether this key must have a non-null value for a connection
attempt to proceed.
|
public AuthKey(String name)
name
- namepublic void setName(String name)
name
- namepublic String getName()
public void setDescription(String description)
description
- descriptionpublic String getDescription()
public void setDefault(String dfault)
dfault
- defaultpublic String getDefault()
public void setHidden(boolean hidden)
hidden
- true for fields whose values should not be shownpublic boolean isHidden()
public void setRequired(boolean required)
required
- true iff this key must have a valuepublic boolean isRequired()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.