|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.util.OwAuthenticationConfiguration
public class OwAuthenticationConfiguration
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
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 |
---|
public static final String NONE
public static final String LDAP
public static final String AT_AUTHENTICATION_MODE
Constructor Detail |
---|
public OwAuthenticationConfiguration(Node confNode_p) throws Exception
Exception
public OwAuthenticationConfiguration(OwXMLUtil confUtil_p)
Method Detail |
---|
public String getMode()
public void setMode(String mode)
mode
- String name of modepublic OwXMLUtil getConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |