Uses of Interface
org.springframework.extensions.webscripts.connector.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in org.springframework.extensions.webscripts.connector
Classes in org.springframework.extensions.webscripts.connector that implement AuthenticatorModifier and TypeClassDescriptionclassImplementation of an Authenticator base class.classActiviti API endpoint authenticator.classAn implementation of an Alfresco ticket or cookie-based Authenticator.Fields in org.springframework.extensions.webscripts.connector declared as AuthenticatorMethods in org.springframework.extensions.webscripts.connector that return AuthenticatorModifier and TypeMethodDescriptionConnectorService.getAuthenticator(String id) Returns the implementation of an Authenticator with a given idConstructors in org.springframework.extensions.webscripts.connector with parameters of type AuthenticatorModifierConstructorDescriptionAuthenticatingConnector(Connector connector, Authenticator authenticator) Instantiates a new authenticating connector.