public final class AuthResult extends Object
| Constructor and Description | 
|---|
| AuthResult(boolean success,
          List<NameValuePair> params) | 
| AuthResult(boolean success,
          NameValuePair... params) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| List<NameValuePair> | getParams() | 
| int | hashCode() | 
| boolean | hasParams() | 
| boolean | isSuccess() | 
| String | toString() | 
public AuthResult(boolean success,
                  List<NameValuePair> params)
public AuthResult(boolean success,
                  NameValuePair... params)
public boolean isSuccess()
public boolean hasParams()
public List<NameValuePair> getParams()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.