public class CredentialValidationResult extends Object implements com.helger.commons.state.ISuccessIndicator
| Modifier and Type | Field and Description |
|---|---|
static CredentialValidationResult |
SUCCESS |
| Constructor and Description |
|---|
CredentialValidationResult(String sErrorMsg)
Constructor with an error message
|
public static final CredentialValidationResult SUCCESS
public boolean isSuccess()
isSuccess in interface com.helger.commons.state.ISuccessIndicatorpublic boolean isFailure()
isFailure in interface com.helger.commons.state.ISuccessIndicator@Nullable public String getErrorMessage()
null if this is a success.Copyright © 2014–2015 Philip Helger. All rights reserved.