javax.obex
Class PasswordAuthentication

java.lang.Object
  extended by javax.obex.PasswordAuthentication

public class PasswordAuthentication
extends Object

This class holds user name and password combinations.

Since:
BlackBerry API 4.2.1

Constructor Summary
PasswordAuthentication(byte[] userName, byte[] password)
          Creates a new PasswordAuthentication with the user name and password provided.
 
Method Summary
 byte[] getPassword()
          Retrieves the password.
 byte[] getUserName()
          Retrieves the user name that was specified in the constructor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Constructor Detail

PasswordAuthentication

public PasswordAuthentication(byte[] userName,
                              byte[] password)
Creates a new PasswordAuthentication with the user name and password provided.

Parameters:
userName - the user name to include; this may be null
password - the password to include in the response
Throws:
NullPointerException - if password is null
Since:
BlackBerry API 4.2.1


Method Detail

getUserName

public byte[] getUserName()
Retrieves the user name that was specified in the constructor. The user name may be null.

Returns:
the user name
Since:
BlackBerry API 4.2.1

getPassword

public byte[] getPassword()
Retrieves the password.

Returns:
the password
Since:
BlackBerry API 4.2.1





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal