mitreid-connect
|
公開メンバ関数 | |
void | onAuthenticationSuccess (HttpServletRequest request, HttpServletResponse response, Authentication authentication) throws IOException, ServletException |
静的公開変数類 | |
static final String | AUTH_TIMESTAMP = "AUTH_TIMESTAMP" |
静的非公開変数類 | |
static final Logger | logger = LoggerFactory.getLogger(AuthenticationTimeStamper.class) |
This class sets a timestamp on the current HttpSession when someone successfully authenticates.
|
inline |
Set the timestamp on the session to mark when the authentication happened, useful for calculating authentication age. This gets stored in the sesion and can get pulled out by other components.
|
static |
|
staticprivate |
Logger for this class