Package google.registry.flows.session
Class LoginFlow
java.lang.Object
google.registry.flows.session.LoginFlow
- All Implemented Interfaces:
Flow
,MutatingFlow
,TransactionalFlow
An EPP flow for login.
- Expected Error
EppException.UnimplementedExtensionException
,EppException.UnimplementedObjectServiceException
,EppException.UnimplementedProtocolVersionException
,FlowUtils.GenericXmlSyntaxErrorException
,TlsCredentials.BadRegistrarCertificateException
,TlsCredentials.BadRegistrarIpAddressException
,TlsCredentials.MissingRegistrarCertificateException
,TransportCredentials.BadRegistrarPasswordException
,LoginFlow.AlreadyLoggedInException
,LoginFlow.BadRegistrarIdException
,LoginFlow.TooManyFailedLoginsException
,LoginFlow.RegistrarAccountNotActiveException
,LoginFlow.UnsupportedLanguageException
-
Method Summary
-
Method Details
-
run
Run the flow and log errors.- Specified by:
run
in interfaceFlow
- Throws:
EppException
-