Class CredentialValidationCallback
java.lang.Object
org.eclipse.jetty.ee9.security.jaspi.callback.CredentialValidationCallback
- All Implemented Interfaces:
 Callback
- 
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)  
 -