Apache CXF API

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 Object

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


Method Summary
 String getPassword()
          This method returns the password.
 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 String getUserid()
This method returns the userid.


getPassword

public String getPassword()
This method returns the password.


Apache CXF API

Apache CXF