public interface LoginService
| Modifier and Type | Method and Description |
|---|---|
default org.apache.shiro.authc.AuthenticationToken |
createTokenWithUsernameAndPassword(String username,
String password) |
default org.apache.shiro.subject.Subject |
getSubject() |
void |
login(String username,
String password,
AfterLoginFunction afterLogin) |
void login(String username, String password, AfterLoginFunction afterLogin)
default org.apache.shiro.authc.AuthenticationToken createTokenWithUsernameAndPassword(String username, String password)
default org.apache.shiro.subject.Subject getSubject()
Copyright © 2018–2020. All rights reserved.