Class CredentialValidationCallback
java.lang.Object
org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
- All Implemented Interfaces:
Callback
CredentialValidationCallback
Store a jetty Credential for a user so that it can be
validated by jaspi
-
Constructor Summary
ConstructorsConstructorDescriptionCredentialValidationCallback(Subject subject, String userName, org.eclipse.jetty.util.security.Credential credential) -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.eclipse.jetty.util.security.CredentialbooleanvoidsetResult(boolean result)
-
Constructor Details
-
CredentialValidationCallback
-
-
Method Details
-
getCredential
public org.eclipse.jetty.util.security.Credential getCredential() -
clearCredential
public void clearCredential() -
getResult
public boolean getResult() -
getSubject
-
getUsername
-
setResult
public void setResult(boolean result)
-