com.eclipsesource.restfuse.internal
Class AuthenticationInfo

java.lang.Object
  extended by com.eclipsesource.restfuse.internal.AuthenticationInfo

public class AuthenticationInfo
extends java.lang.Object


Constructor Summary
AuthenticationInfo(AuthenticationType type, java.lang.String user, java.lang.String password)
           
 
Method Summary
 java.lang.String getPassword()
           
 AuthenticationType getType()
           
 java.lang.String getUser()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationInfo

public AuthenticationInfo(AuthenticationType type,
                          java.lang.String user,
                          java.lang.String password)
Method Detail

getPassword

public java.lang.String getPassword()

getType

public AuthenticationType getType()

getUser

public java.lang.String getUser()