org.apache.subversion.javahl.callback
Class AuthnCallback.AuthnResult

java.lang.Object
  extended by org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
Direct Known Subclasses:
AuthnCallback.SSLClientCertPassphraseResult, AuthnCallback.SSLClientCertResult, AuthnCallback.SSLServerTrustResult, AuthnCallback.UsernameResult, AuthnCallback.UserPasswordResult
Enclosing interface:
AuthnCallback

public abstract static class AuthnCallback.AuthnResult
extends Object

Abstract base class for callback results.


Field Summary
protected  String identity
           
protected  boolean save
           
protected  String secret
           
protected  boolean trust
           
 
Constructor Summary
AuthnCallback.AuthnResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

save

protected boolean save

trust

protected boolean trust

identity

protected String identity

secret

protected String secret
Constructor Detail

AuthnCallback.AuthnResult

public AuthnCallback.AuthnResult()