com.sap.tc.mobile.cfs.auth.api
Class PasswordCredentials

java.lang.Object
  extended by com.sap.tc.mobile.cfs.auth.api.PasswordCredentials
All Implemented Interfaces:
Credentials, java.io.Serializable

public abstract class PasswordCredentials
extends java.lang.Object
implements Credentials

User name/password credentials.

Author:
D039184
See Also:
Serialized Form

Field Summary
protected static Location logger
          Message logger.
 
Constructor Summary
PasswordCredentials()
           
 
Method Summary
static Credentials getCredentials(java.lang.String name, java.lang.String password)
          Construct password credentials.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sap.tc.mobile.cfs.auth.api.Credentials
getType, getUserName, validate
 

Field Detail

logger

protected static final Location logger
Message logger.

Constructor Detail

PasswordCredentials

public PasswordCredentials()
Method Detail

getCredentials

public static Credentials getCredentials(java.lang.String name,
                                         java.lang.String password)
Construct password credentials.

Parameters:
name - user name.
password - password.
Returns:
password credentials.