public interface IAuthenticationResult
| Modifier and Type | Field and Description |
|---|---|
static boolean |
FAILURE |
static boolean |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
Exception |
getException() |
String |
getReason() |
boolean |
isFailure() |
boolean |
isSuccess() |
void |
setCode(int code) |
void |
setException(Exception exception) |
void |
setFailure() |
void |
setReason(String reason) |
void |
setSuccess() |
static final boolean SUCCESS
static final boolean FAILURE
void setSuccess()
void setFailure()
boolean isSuccess()
boolean isFailure()
void setCode(int code)
int getCode()
void setReason(String reason)
String getReason()
void setException(Exception exception)
Exception getException()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.