org.odata4j.consumer.behaviors
Class BasicAuthenticationBehavior

java.lang.Object
  extended by org.odata4j.consumer.behaviors.BasicAuthenticationBehavior
All Implemented Interfaces:
OClientBehavior

public class BasicAuthenticationBehavior
extends Object
implements OClientBehavior


Constructor Summary
BasicAuthenticationBehavior(String user, String password)
           
 
Method Summary
 ODataClientRequest transform(ODataClientRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAuthenticationBehavior

public BasicAuthenticationBehavior(String user,
                                   String password)
Method Detail

transform

public ODataClientRequest transform(ODataClientRequest request)
Specified by:
transform in interface OClientBehavior


http://odata4j.org