com.wewebu.ow.server.ecmimpl
Class OwCredentialsConstants

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.OwCredentialsConstants

public class OwCredentialsConstants
extends Object

Summary of constants used for credentials handling.

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

Field Summary
static String AUTH_TOKEN
          Default key for authentication token information
static String LOGIN_PWD
          Default key for user password information
static String LOGIN_USR
          Default key for user login name information
 
Constructor Summary
OwCredentialsConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGIN_USR

public static final String LOGIN_USR
Default key for user login name information

See Also:
Constant Field Values

LOGIN_PWD

public static final String LOGIN_PWD
Default key for user password information

See Also:
Constant Field Values

AUTH_TOKEN

public static final String AUTH_TOKEN
Default key for authentication token information

See Also:
Constant Field Values
Constructor Detail

OwCredentialsConstants

public OwCredentialsConstants()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.