Class CredentialValidationCallback
java.lang.Object
org.eclipse.jetty.ee8.security.jaspi.callback.CredentialValidationCallback
-
Constructor Summary
ConstructorsConstructorDescriptionCredentialValidationCallback
(Subject subject, String userName, Credential credential) -
Method Summary
-
Constructor Details
-
CredentialValidationCallback
-
-
Method Details
-
getCredential
- Returns:
- the credential for validation
-
clearCredential
public void clearCredential() -
getResult
public boolean getResult()- Returns:
- true if validation was successful, false otherwise
-
getSubject
- Returns:
- the subject associated with this credential validation
-
getUsername
- Returns:
- the username associated with the credential
-
setResult
public void setResult(boolean result)
-