com.wewebu.ow.server.util
Class OwAuthenticationConfiguration

java.lang.Object
  extended by com.wewebu.ow.server.util.OwAuthenticationConfiguration

public class OwAuthenticationConfiguration
extends Object

Helper to wrap Authentication Configuration node.

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.1.0.0

Field Summary
static String AT_AUTHENTICATION_MODE
          Configuration "mode" attribute name
static String LDAP
          Configuration mode defining authentication additional against a LDAP system
static String NONE
          Configuration mode defining authentication against back-end
 
Constructor Summary
OwAuthenticationConfiguration(Node confNode_p)
           
OwAuthenticationConfiguration(OwXMLUtil confUtil_p)
           
 
Method Summary
 OwXMLUtil getConfiguration()
          Get the helper which represents/hold the configuration for extended authentication.
 String getMode()
          Returns the Authentication mode.
 void setMode(String mode)
          Set the mode of authentication configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final String NONE
Configuration mode defining authentication against back-end

See Also:
Constant Field Values

LDAP

public static final String LDAP
Configuration mode defining authentication additional against a LDAP system

See Also:
Constant Field Values

AT_AUTHENTICATION_MODE

public static final String AT_AUTHENTICATION_MODE
Configuration "mode" attribute name

See Also:
Constant Field Values
Constructor Detail

OwAuthenticationConfiguration

public OwAuthenticationConfiguration(Node confNode_p)
                              throws Exception
Throws:
Exception

OwAuthenticationConfiguration

public OwAuthenticationConfiguration(OwXMLUtil confUtil_p)
Method Detail

getMode

public String getMode()
Returns the Authentication mode. Can return null if not specified in configuration

Returns:
String (can return null)

setMode

public void setMode(String mode)
Set the mode of authentication configuration.

Parameters:
mode - String name of mode

getConfiguration

public OwXMLUtil getConfiguration()
Get the helper which represents/hold the configuration for extended authentication.

Returns:
OwXMLUtil


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.