Package google.registry.flows
Class PasswordOnlyTransportCredentials
java.lang.Object
google.registry.flows.PasswordOnlyTransportCredentials
- All Implemented Interfaces:
TransportCredentials
A transport credentials that validates the registrar's EPP password and nothing else.
-
Nested Class Summary
Nested classes/interfaces inherited from interface google.registry.flows.TransportCredentials
TransportCredentials.BadRegistrarPasswordException
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PasswordOnlyTransportCredentials
public PasswordOnlyTransportCredentials()
-
-
Method Details
-
validate
Description copied from interface:TransportCredentials
Check that these credentials are valid for the registrar and optionally check the password.Called by
LoginFlow
to check the transport credentials against the stored registrar's credentials. If they do not match, throw anEppException.AuthenticationErrorException
.- Specified by:
validate
in interfaceTransportCredentials
- Throws:
EppException.AuthenticationErrorException
-
toString
-