public class NormalAuthentication extends Authentication
| 构造器和说明 |
|---|
NormalAuthentication() |
NormalAuthentication(java.lang.String username,
java.lang.String password) |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthenticationType |
type() |
authenticate, clone, getPassword, getUsername, renderAttribute, setPassword, setUsernamecopy, getId, getNameSpace, setId, setNameSpacegetClassInfo, getData, invalidate, isLoad, setClassInfo, setDatapublic NormalAuthentication(java.lang.String username,
java.lang.String password)
public NormalAuthentication()
public AuthenticationType type()
type 在类中 Authentication