public interface OwAuthenticator
Interface for authentication process. If an authentication need to be processed, this interface defines an abstraction.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Method and Description |
---|---|
OwAuthentication |
authenticate(OwAuthentication authentication)
Authenticate with provided information.
|
OwAuthentication authenticate(OwAuthentication authentication) throws OwAuthenticationException, OwConfigurationException, OwServerException
authentication
- OwAuthentication source to use for authenticationOwAuthenticationException
- if could not authenticateOwConfigurationException
- if configuration is incorrectOwServerException
- if authentication system is not available/reachableCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.