Constant Field Values
Contents
org.rootservices.*
-
org.rootservices.otter.security.builder.BetweenBuilder<S,U> Modifier and Type Constant Field Value public static final java.lang.StringCOULD_NOT_ACCESS_SESSION_CTORS"Could not access session copy constructor"
-
org.rootservices.otter.security.csrf.DoubleSubmitCSRF Modifier and Type Constant Field Value public static final java.lang.StringCSRF_FAILED"CSRF failed validation. challengeTokensMatch: {}, noiseMatch: {}"public static final java.lang.StringSIGNATURE_INVALID"Signature Invalid"
-
org.rootservices.otter.security.session.between.DecryptSession<S,U> Modifier and Type Constant Field Value public static final java.lang.StringCOOKIE_NOT_PRESENT"session cookie not present."public static final java.lang.StringCOULD_NOT_CALL_THE_SESSION_COPY_CONSTRUCTOR"Could not call the session\'s copy constructor"public static final java.lang.StringCOULD_NOT_DECRYPT_JWE"Session cookie could not be decrypted: %s"public static final java.lang.StringCOULD_NOT_DESERIALIZE"decrypted payload could be deserialized to session: %s"public static final java.lang.StringCOULD_NOT_DESERIALIZE_JWE"Session cookie could not be de-serialized to JSON: %s"public static final java.lang.StringCOULD_NOT_GET_HEADER_JWE"Session cookie did have a header member: %s"public static final java.lang.StringFAILED_TO_COPY_REQUEST_SESSION"failed to copy request session"public static final java.lang.StringINVALID_SESSION_COOKIE"Invalid value for the session cookie"public static final java.lang.StringNOT_A_JWT"Session cookie was not a JWE: %s" -
org.rootservices.otter.security.session.between.EncryptSession<S,U> Modifier and Type Constant Field Value public static final java.lang.StringCOULD_NOT_ENCRYPT_SESSION"Could not encrypt session cookie"public static final java.lang.StringNOT_ENCRYPTING"Not re-encrypting session cookie"
-
org.rootservices.otter.servlet.OtterEntryServlet Modifier and Type Constant Field Value public static final java.lang.StringDESTROYING_SERVLET"destroying servlet"public static final java.lang.StringINIT_AGAIN"Servlet initializing after being destroyed. Not initializing Otter again."public static final java.lang.StringINIT_OTTER"Initializing Otter - Starting"public static final java.lang.StringINIT_OTTER_DONE"Initializing Otter - Done - %s ms"
-
org.rootservices.otter.translator.MimeTypeTranslator Modifier and Type Constant Field Value public static final java.lang.StringPARAMETERS"PARAMETERS"public static final java.lang.StringSUBTYPE"SUBTYPE"public static final java.lang.StringTYPE"TYPE"