Package google.registry.flows
Interface TransportCredentials
- All Known Implementing Classes:
PasswordOnlyTransportCredentials
,TlsCredentials
public interface TransportCredentials
Interface for objects containing registrar credentials provided via an EPP transport.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Registrar password is incorrect. -
Method Summary
-
Method Details
-
validate
void validate(Registrar registrar, String password) throws EppException.AuthenticationErrorException 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
.
-