Class DigestAuthenticate
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tech.greenfield.vertx.irked.HttpError
-
- tech.greenfield.vertx.irked.status.Unauthorized
-
- tech.greenfield.vertx.irked.helpers.DigestAuthenticate
-
- All Implemented Interfaces:
Serializable
public class DigestAuthenticate extends Unauthorized
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class tech.greenfield.vertx.irked.HttpError
HttpError.UncheckedHttpError
-
-
Field Summary
-
Fields inherited from class tech.greenfield.vertx.irked.status.Unauthorized
code
-
-
Constructor Summary
Constructors Constructor Description DigestAuthenticate(String realm)DigestAuthenticate(String realm, boolean allowQopIntegrity)DigestAuthenticate(String realm, String opaque)DigestAuthenticate(String realm, String opaque, boolean allowQopIntegrity)DigestAuthenticate(String realm, String nonce, String opaque, String algorithm)DigestAuthenticate(String realm, String nonce, String opaque, String algorithm, boolean allowQopIntegrity)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgenerateNonce(String tag, long expiry)-
Methods inherited from class tech.greenfield.vertx.irked.HttpError
addHeader, getHeaders, getStatusCode, getStatusText, isClientError, isError, isOK, isRedirect, isServerError, setStatusText, toHttpError, toHttpError, toString, unchecked, uncheckedWrap, unwrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
DigestAuthenticate
public DigestAuthenticate(String realm)
-
DigestAuthenticate
public DigestAuthenticate(String realm, boolean allowQopIntegrity)
-
DigestAuthenticate
public DigestAuthenticate(String realm, String opaque, boolean allowQopIntegrity)
-
DigestAuthenticate
public DigestAuthenticate(String realm, String nonce, String opaque, String algorithm)
-
-