public interface CredentialsAuthenticationContext
extends leap.core.validation.ValidationContext
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getErrorObj()
Get the error object of this context
|
String |
getIdentity()
Get current authenticating identity
|
boolean |
isError()
Return the error status of this context
|
void |
setError(boolean error)
Sets the error status of this context
|
void |
setErrorObj(Object obj)
Sets the error object of this context
|
void |
setIdentity(String identity)
Sets current authenticating identity
|
boolean isError()
void setError(boolean error)
error - Object getErrorObj()
void setErrorObj(Object obj)
obj - String getIdentity()
void setIdentity(String identity)
Copyright © 2019. All rights reserved.