public interface Authenticator
| Modifier and Type | Method and Description |
|---|---|
ConnectorSession |
authenticate(String endpoint,
Credentials credentials,
ConnectorSession connectorSession)
Authenticate against the given Endpoint URL with the supplied Credentials
|
boolean |
isAuthenticated(String endpoint,
ConnectorSession connectorSession)
Returns whether the current connector session has been authenticated or not
|
ConnectorSession authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession) throws AuthenticationException
AuthenticationException - on errorboolean isAuthenticated(String endpoint, ConnectorSession connectorSession)
endpoint - StringconnectorSession - ConnectorSessionCopyright © 2005–2017 Alfresco Software. All rights reserved.