org.tomitribe.auth.signatures.MissingRequiredHeaderException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gravitee-policy-http-signature Show documentation
Show all versions of gravitee-policy-http-signature Show documentation
Description of the HTTP Signature Gravitee Policy
package org.tomitribe.auth.signatures;
public class MissingRequiredHeaderException extends AuthenticationException {
public MissingRequiredHeaderException(final String key) {
super(key);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy