org.apache.cxf.transport.http
Class HttpBasicAuthSupplier.UserPass

java.lang.Object
  extended by org.apache.cxf.transport.http.HttpBasicAuthSupplier.UserPass
Enclosing class:
HttpBasicAuthSupplier

public static final class HttpBasicAuthSupplier.UserPass
extends java.lang.Object

This class is used to return the values of the userid and password used in the HTTP Authorization Header.


Method Summary
 java.lang.String getPassword()
          This method returns the password.
 java.lang.String getUserid()
          This method returns the userid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserid

public java.lang.String getUserid()
This method returns the userid.


getPassword

public java.lang.String getPassword()
This method returns the password.



Apache CXF