public interface KnoxShiroMessages
| Modifier and Type | Method and Description |
|---|---|
void |
failedLoginAttempt(Throwable e) |
void |
failedLoginInfo(org.apache.shiro.authc.AuthenticationToken token) |
void |
failedLoginStackTrace(Exception e) |
void |
successfulLoginAttempt(org.apache.shiro.subject.Subject subject,
org.apache.shiro.authc.AuthenticationToken authToken) |
void failedLoginAttempt(Throwable e)
void failedLoginInfo(org.apache.shiro.authc.AuthenticationToken token)
void failedLoginStackTrace(Exception e)
void successfulLoginAttempt(org.apache.shiro.subject.Subject subject,
org.apache.shiro.authc.AuthenticationToken authToken)
Copyright © 2023 The Apache Software Foundation. All rights reserved.