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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Registrar password is incorrect.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(Registrar registrar, String password)
    Check that these credentials are valid for the registrar and optionally check the password.