Uses of Interface
org.springframework.extensions.webscripts.connector.Authenticator

Packages that use Authenticator
org.springframework.extensions.webscripts.connector   
 

Uses of Authenticator in org.springframework.extensions.webscripts.connector
 

Classes in org.springframework.extensions.webscripts.connector that implement Authenticator
 class AbstractAuthenticator
          Abstract implementation of an Authenticator which can be used quite readily as a base class for your own custom implementations.
 class AlfrescoAuthenticator
          An implementation of an Alfresco ticket-based Authenticator.
 

Fields in org.springframework.extensions.webscripts.connector declared as Authenticator
protected  Authenticator AuthenticatingConnector.authenticator
           
 

Methods in org.springframework.extensions.webscripts.connector that return Authenticator
 Authenticator ConnectorService.getAuthenticator(String id)
          Returns the implementation of an Authenticator with a given id
 

Constructors in org.springframework.extensions.webscripts.connector with parameters of type Authenticator
AuthenticatingConnector(Connector connector, Authenticator authenticator)
          Instantiates a new authenticating connector.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.