Uses of Class
org.restlet.security.Authenticator
-
Packages that use Authenticator Package Description org.restlet.ext.crypto Support for cryptography including Amazon S3 and Windows Azure client authentication.org.restlet.ext.jaxrs Support for JAX-RS API.org.restlet.security Classes related to security. -
-
Uses of Authenticator in org.restlet.ext.crypto
Subclasses of Authenticator in org.restlet.ext.crypto Modifier and Type Class Description classAwsAuthenticatorAuthenticator supporting theChallengeScheme.HTTP_AWS_S3scheme.classCookieAuthenticatorChallenge authenticator based on browser cookies.classDigestAuthenticatorAuthenticator supporting the digest challenge authentication schemes. -
Uses of Authenticator in org.restlet.ext.jaxrs
Fields in org.restlet.ext.jaxrs declared as Authenticator Modifier and Type Field Description private AuthenticatorJaxRsApplication. authenticatorDeprecated.TheAuthenticator) to use.Methods in org.restlet.ext.jaxrs that return Authenticator Modifier and Type Method Description AuthenticatorJaxRsApplication. getAuthenticator()Deprecated.Returns theAuthenticator.AuthenticatorJaxRsApplication. getGuard()Deprecated.UseJaxRsApplication.getAuthenticator()instead.Methods in org.restlet.ext.jaxrs with parameters of type Authenticator Modifier and Type Method Description voidJaxRsApplication. setAuthenticator(Authenticator authenticator)Deprecated.Sets theAuthenticatorto use.voidJaxRsApplication. setGuard(Authenticator authenticator)Deprecated.UseJaxRsApplication.setAuthenticator(Authenticator)instead. -
Uses of Authenticator in org.restlet.security
Subclasses of Authenticator in org.restlet.security Modifier and Type Class Description classCertificateAuthenticatorAuthenticator based on the SSL client certificate.classChallengeAuthenticatorAuthenticator based on a challenge scheme.
-