com.eclipsesource.restfuse.internal
Class AuthenticationInfo
java.lang.Object
com.eclipsesource.restfuse.internal.AuthenticationInfo
public class AuthenticationInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationInfo
public AuthenticationInfo(AuthenticationType type,
java.lang.String user,
java.lang.String password)
getPassword
public java.lang.String getPassword()
getType
public AuthenticationType getType()
getUser
public java.lang.String getUser()