Class AuthnCallback.UserPasswordResult

java.lang.Object
org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
org.apache.subversion.javahl.callback.AuthnCallback.UserPasswordResult
All Implemented Interfaces:
Serializable
Enclosing interface:
AuthnCallback

public static final class AuthnCallback.UserPasswordResult
extends AuthnCallback.AuthnResult
implements Serializable
The result type used by {@see #userPasswordPrompt}.
See Also:
Serialized Form
  • Constructor Details

    • UserPasswordResult

      public UserPasswordResult​(String username, String password)
      Set the username and password in the result. Assumes the result may not be stored permanently.
      Parameters:
      username - The username.
      password - The password.
    • UserPasswordResult

      public UserPasswordResult​(String username, String password, boolean maySave)
      Set the username and password in the result.
      Parameters:
      username - The user name.
      password - The password.
      maySave - Set if the result may be stored permanently.