Uses of Class
com.noelios.restlet.authentication.AuthenticationHelper

Packages that use AuthenticationHelper
com.noelios.restlet Core classes of the implementation. 
com.noelios.restlet.authentication Support for pluggable authentication. 
 

Uses of AuthenticationHelper in com.noelios.restlet
 

Methods in com.noelios.restlet that return AuthenticationHelper
 AuthenticationHelper Engine.findHelper(ChallengeScheme challengeScheme, boolean clientSide, boolean serverSide)
          Finds the authentication helper supporting the given scheme.
 

Methods in com.noelios.restlet that return types with arguments of type AuthenticationHelper
 java.util.List<AuthenticationHelper> Engine.getRegisteredAuthentications()
          Returns the list of available authentication helpers.
 

Uses of AuthenticationHelper in com.noelios.restlet.authentication
 

Subclasses of AuthenticationHelper in com.noelios.restlet.authentication
 class HttpAmazonS3Helper
          Implements the HTTP authentication for the Amazon S3 service.
 class HttpBasicHelper
          Implements the HTTP BASIC authentication.
 class HttpDigestHelper
          Implements the HTTP DIGEST authentication.
 class SmtpPlainHelper
          Implements the SMTP PLAIN authentication.
 



Copyright © 2005-2008 Noelios Technologies.