Uses of Interface
org.springframework.extensions.webscripts.connector.Authenticator
-
Packages that use Authenticator Package Description org.springframework.extensions.webscripts.connector -
-
Uses of Authenticator in org.springframework.extensions.webscripts.connector
Classes in org.springframework.extensions.webscripts.connector that implement Authenticator Modifier and Type Class Description classAbstractAuthenticatorImplementation of an Authenticator base class.classActivitiAuthenticatorActiviti API endpoint authenticator.classAlfrescoAuthenticatorAn implementation of an Alfresco ticket or cookie-based Authenticator.Fields in org.springframework.extensions.webscripts.connector declared as Authenticator Modifier and Type Field Description protected AuthenticatorAuthenticatingConnector. authenticatorMethods in org.springframework.extensions.webscripts.connector that return Authenticator Modifier and Type Method Description AuthenticatorConnectorService. getAuthenticator(java.lang.String id)Returns the implementation of an Authenticator with a given idConstructors in org.springframework.extensions.webscripts.connector with parameters of type Authenticator Constructor Description AuthenticatingConnector(Connector connector, Authenticator authenticator)Instantiates a new authenticating connector.
-