public class CUser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
passwd |
protected de.tsl2.nano.core.util.Period |
valid |
| Modifier | Constructor and Description |
|---|---|
protected |
CUser() |
|
CUser(String name,
String passwd) |
| Modifier and Type | Method and Description |
|---|---|
void |
check(String passwd) |
int |
compareTo(de.tsl2.nano.h5.User o) |
boolean |
equals(Object obj) |
String |
getName() |
String |
getPasswd() |
int |
hashCode() |
protected void |
initDeserialization() |
boolean |
isValid(Date when) |
protected String |
key() |
static void |
main(String... args) |
protected void |
setPasswd(String passwd) |
String |
toString() |
protected String name
protected String passwd
protected de.tsl2.nano.core.util.Period valid
protected void setPasswd(String passwd)
protected String key()
public String getPasswd()
protected void initDeserialization()
public String getName()
public void check(String passwd)
public boolean isValid(Date when)
public int compareTo(de.tsl2.nano.h5.User o)
compareTo in interface Comparable<de.tsl2.nano.h5.User>public static final void main(String... args)
Copyright © 2012–2020. All rights reserved.