- generateServerNonce() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Generates a server nonce.
- getAlgorithm() - Method in class org.restlet.ext.crypto.DigestVerifier
-
Returns the digest algorithm of provided secrets.
- getCookieName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the cookie name to use for the authentication credentials.
- getCredentialsCookie(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the credentials cookie setting.
- getDomainRefs() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Returns the base URI references that collectively define the protected
domains for the digest authentication.
- getEncryptAlgorithm() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the name of the algorithm used to encrypt the log info cookie
value.
- getEncryptSecretKey() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the secret key for the algorithm used to encrypt the log info
cookie value.
- getHashedSecret(String, char[]) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Return the hashed secret.
- getIdentifierFormName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the name of the HTML login form field containing the identifier.
- getLoginFormPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the URI path of the HTML login form to use to challenge the user.
- getLoginPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the login URI path to intercept.
- getLogoutPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the logout URI path to intercept.
- getMaxCookieAge() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the maximum age of the log info cookie.
- getMaxRequestAge() - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Returns the maximum age of a request, in milliseconds, before it is
considered stale.
- getMaxServerNonceAge() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Returns the number of milliseconds between each mandatory nonce refresh.
- getRedirectQueryName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the name of the query parameter containing the URI to redirect
the browser to after login or logout.
- getSecretFormName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the name of the HTML login form field containing the secret.
- getServerKey() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Returns the secret key known only by server.
- getVerifier() - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
- getVerifier() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
- getWrappedAlgorithm() - Method in class org.restlet.ext.crypto.DigestVerifier
-
Returns the digest algorithm of secrets returned by the wrapped verifier.
- getWrappedSecret(String) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Returns the wrapped secret associated to a given identifier.
- getWrappedSecretDigest(String) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Returns the digest of the wrapped secret associated to a given
identifier.
- getWrappedVerifier() - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Returns the secret verifier that will be wrapped by the real verifier
supporting all the HTTP AWS verifications.
- getWrappedVerifier() - Method in class org.restlet.ext.crypto.DigestVerifier
-
Returns the wrapped secret verifier.
- setAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Sets the digest algorithm of provided secrets.
- setCookieName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the cookie name to use for the authentication credentials.
- setDomainRefs(List<Reference>) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the URI references that define the protection domains for the digest
authentication.
- setEncryptAlgorithm(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the name of the algorithm used to encrypt the log info cookie value.
- setEncryptSecretKey(byte[]) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the secret key for the algorithm used to encrypt the log info cookie
value.
- setIdentifierFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the name of the HTML login form field containing the identifier.
- setInterceptingLogin(boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Indicates if the login requests should be intercepted.
- setInterceptingLogout(boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Indicates if the logout requests should be intercepted.
- setLoginFormPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the URI path of the HTML login form to use to challenge the user.
- setLoginPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the login URI path to intercept.
- setLogoutPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the logout URI path to intercept.
- setMaxCookieAge(int) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the maximum age of the log info cookie.
- setMaxRequestAge(long) - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Sets the maximum age of a request, in milliseconds, before it is
considered stale.
- setMaxServerNonceAge(long) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the number of milliseconds between each mandatory nonce refresh.
- setRedirectQueryName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the name of the query parameter containing the URI to redirect the
browser to after login or logout.
- setSecretFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the name of the HTML login form field containing the secret.
- setServerKey(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the secret key known only by server.
- setVerifier(Verifier) - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Sets the internal verifier.
- setVerifier(Verifier) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Set the internal verifier.
- setWrappedAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the digest algorithm of secrets returned by the wrapped verifier.
- setWrappedAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Sets the digest algorithm of secrets returned by the wrapped verifier.
- setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Sets the secret verifier that will be wrapped by the real verifier
supporting all the HTTP AWS verifications.
- setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the secret verifier that will be wrapped by real verifier supporting
all the HTTP DIGEST verifications (nonce, domain URIs, etc.).
- setWrappedVerifier(T) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Sets the wrapped secret verifier.