public class OwCMISAuthenticationFactoryAuthenticator extends Object implements com.wewebu.ow.server.auth.OwAuthenticator
Factory creating corresponding OwAuthenticator.
Will create and delegate authentication based on current configuration.
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
| Constructor and Description |
|---|
OwCMISAuthenticationFactoryAuthenticator(com.wewebu.ow.server.conf.OwBaseInitializer initializer) |
| Modifier and Type | Method and Description |
|---|---|
com.wewebu.ow.server.auth.OwAuthentication |
authenticate(com.wewebu.ow.server.auth.OwAuthentication authentication) |
protected OwCMISCredentialsAuthenticator |
createAuthenticator(com.wewebu.ow.server.auth.OwAuthentication authentication) |
protected OwCMISNetworkCfg |
getNetworkConfiguration()
Get current configuration from current OwBaseInitializer instance.
|
public OwCMISAuthenticationFactoryAuthenticator(com.wewebu.ow.server.conf.OwBaseInitializer initializer)
public com.wewebu.ow.server.auth.OwAuthentication authenticate(com.wewebu.ow.server.auth.OwAuthentication authentication)
throws com.wewebu.ow.server.exceptions.OwAuthenticationException,
com.wewebu.ow.server.exceptions.OwConfigurationException,
com.wewebu.ow.server.exceptions.OwServerException
authenticate in interface com.wewebu.ow.server.auth.OwAuthenticatorcom.wewebu.ow.server.exceptions.OwAuthenticationExceptioncom.wewebu.ow.server.exceptions.OwConfigurationExceptioncom.wewebu.ow.server.exceptions.OwServerExceptionprotected OwCMISCredentialsAuthenticator createAuthenticator(com.wewebu.ow.server.auth.OwAuthentication authentication) throws com.wewebu.ow.server.exceptions.OwConfigurationException
com.wewebu.ow.server.exceptions.OwConfigurationExceptionprotected OwCMISNetworkCfg getNetworkConfiguration() throws com.wewebu.ow.server.exceptions.OwConfigurationException
com.wewebu.ow.server.exceptions.OwConfigurationException - if configuration can not be found or read.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.