src/main/java/org/apache/sling/auth/core/JakartaLoginEventDecorator.java [43:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @NotNull
    default void decorateLoginEvent(
            final @NotNull HttpServletRequest request,
            final @NotNull AuthenticationInfo authInfo,
            final @NotNull Map<String, Object> eventProperties) {
        // no-op
    }

    /**
     * Called to allow the component to modify the login failed event properties
     *
     * @param request the current request
     * @param authInfo the current authInfo
     * @param eventProperties the event properties to decorate
     */
    @NotNull
    default void decorateLoginFailedEvent(
            final @NotNull HttpServletRequest request,
            final @NotNull AuthenticationInfo authInfo,
            final @NotNull Map<String, Object> eventProperties) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/auth/core/LoginEventDecorator.java [45:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @NotNull
    default void decorateLoginEvent(
            final @NotNull HttpServletRequest request,
            final @NotNull AuthenticationInfo authInfo,
            final @NotNull Map<String, Object> eventProperties) {
        // no-op
    }

    /**
     * Called to allow the component to modify the login failed event properties
     *
     * @param request the current request
     * @param authInfo the current authInfo
     * @param eventProperties the event properties to decorate
     */
    @NotNull
    default void decorateLoginFailedEvent(
            final @NotNull HttpServletRequest request,
            final @NotNull AuthenticationInfo authInfo,
            final @NotNull Map<String, Object> eventProperties) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



