com.wewebu.ow.server.auth
Interface OwAuthenticator


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

Since:
4.0.0.0

Method Summary
 OwAuthentication authenticate(OwAuthentication authentication)
          Authenticate with provided information.
 

Method Detail

authenticate

OwAuthentication authenticate(OwAuthentication authentication)
                              throws OwAuthenticationException,
                                     OwConfigurationException,
                                     OwServerException
Authenticate with provided information.

Parameters:
authentication - OwAuthentication source to use for authentication
Throws:
OwAuthenticationException - if could not authenticate
OwConfigurationException - if configuration is incorrect
OwServerException - if authentication system is not available/reachable


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.