public class AuthorizationFailedEvent extends AbstractAuthorizationEvent
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AuthorizationFailedEvent.Reason
已过时。
|
password, username| 构造器和说明 |
|---|
AuthorizationFailedEvent(String username,
String password,
java.util.function.Function<String,Object> parameterGetter,
AuthorizationFailedEvent.Reason reason) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
getException() |
AuthorizationFailedEvent.Reason |
getReason() |
void |
setException(Throwable exception) |
getParameter, getPassword, getUsernameasync, getAsync, publishpublic AuthorizationFailedEvent(String username, String password, java.util.function.Function<String,Object> parameterGetter, AuthorizationFailedEvent.Reason reason)
public Throwable getException()
public void setException(Throwable exception)
public AuthorizationFailedEvent.Reason getReason()
Copyright © 2016–2020. All rights reserved.