- mark() - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
- markAsInternalRedirect(HttpServletRequest) - Static method in class org.hawaiiframework.logging.web.filter.ServletFilterUtil
-
Mark the request as having a response with a redirect.
- MaskedPasswordBuilder - Class in org.hawaiiframework.logging.util
-
A string visitor that builds the same string, but then with masked passwords.
- MaskedPasswordBuilder(String) - Constructor for class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
The constructor.
- maskPasswordAt(Integer) - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
Appends the password mask at the index
.
- maskPasswordsIn(String) - Method in class org.hawaiiframework.logging.util.PasswordMaskerUtil
-
Mask the password with ***
in the input
.
- matches(String) - Method in interface org.hawaiiframework.logging.model.KibanaLogField
-
Check if a key matches.
- matches(MaskedPasswordBuilder) - Method in class org.hawaiiframework.logging.util.JsonPasswordMasker
-
Did the masked find a match and could it be masked?
- matches(MaskedPasswordBuilder) - Method in interface org.hawaiiframework.logging.util.PasswordMasker
-
Did the masked find a match and could it be masked?
- matches(MaskedPasswordBuilder) - Method in class org.hawaiiframework.logging.util.UriQueryStringPasswordMasker
-
Did the masked find a match and could it be masked?
- matches(MaskedPasswordBuilder) - Method in class org.hawaiiframework.logging.util.XmlAttributePasswordMasker
-
Did the masked find a match and could it be masked?
- MdcContext - Class in org.hawaiiframework.logging.model
-
Utility to copy the MDC from one thread to another thread.
- millis() - Method in class org.hawaiiframework.time.HawaiiTime
-
Returns the current millis
.
- mockMvc - Variable in class org.hawaiiframework.test.mockmvc.AbstractMockMvcTest
-
- ModelConverter<S,T> - Interface in org.hawaiiframework.converter
-
Converter interface for converting between two types.
- monthDay() - Method in class org.hawaiiframework.time.HawaiiTime
-
Returns the current MonthDay
.