org.eclipse.jetty.security.jaspi.callback
类 CredentialValidationCallback
java.lang.Object
org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
- 所有已实现的接口:
- Callback
public class CredentialValidationCallback
- extends Object
- implements Callback
CredentialValidationCallback
Store a jetty Credential for a user so that it can be
validated by jaspi
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CredentialValidationCallback
public CredentialValidationCallback(Subject subject,
String userName,
Credential credential)
getCredential
public Credential getCredential()
clearCredential
public void clearCredential()
getResult
public boolean getResult()
getSubject
public Subject getSubject()
getUsername
public String getUsername()
setResult
public void setResult(boolean result)
Copyright © 2013. All Rights Reserved.