google-nomulus/javatests/google/registry/flows/domain
mcilwain 9d532cb507 Add extensibility framework for allocation tokens
This uses an extensibility mechanism similar to that of WhoisCommandFactory
and CustomLogicFactory, namely, that a fully qualified Java class is
specified in the YAML file for each environment with the allocation token
custom logic to be used.  By default, this points to a no-op base class
that does nothing.  Users that wish to add their own allocation token
custom logic can simply create a new class that extends
AllocationTokenCustomLogic and then configure it in their .yaml config
files.

This also renames the existing *FlowCustomLogic *Flow instance variables
from customLogic to flowCustomLogic, to avoid the potential confusion with
the new AllocationTokenCustomLogic class that also now exists.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=183003112
2018-02-01 21:54:29 -05:00
..
testdata Add base AllocationToken validation logic for domain checks 2018-01-19 14:32:48 -05:00
token Add extensibility framework for allocation tokens 2018-02-01 21:54:29 -05:00
DomainAllocateFlowTest.java Re-add assertions that EppExceptions marshal correctly 2017-12-27 11:01:09 -05:00
DomainApplicationCreateFlowTest.java Migrate final try/catch test assertions to use assert/expectThrows 2018-01-19 14:43:12 -05:00
DomainApplicationDeleteFlowTest.java Re-add EppException marshalling assertions in application flow tests 2017-12-27 11:02:42 -05:00
DomainApplicationInfoFlowTest.java Make EppInput.getSingleExtension() return Optional, not @Nullable 2018-01-19 14:40:10 -05:00
DomainApplicationUpdateFlowTest.java Re-add EppException marshalling assertions in application flow tests 2017-12-27 11:02:42 -05:00
DomainCheckFlowTest.java Add base AllocationToken validation logic for domain checks 2018-01-19 14:32:48 -05:00
DomainClaimsCheckFlowTest.java Add base AllocationToken validation logic for domain checks 2018-01-19 14:32:48 -05:00
DomainCreateFlowTest.java Add extensibility framework for allocation tokens 2018-02-01 21:54:29 -05:00
DomainDeleteFlowTest.java Add and wire up the AllocationTokenExtension XML class 2018-01-19 14:23:59 -05:00
DomainInfoFlowTest.java Re-add EppException marshalling assertions in domain flow tests 2017-12-27 11:07:18 -05:00
DomainRenewFlowTest.java Re-add EppException marshalling assertions in domain flow tests 2017-12-27 11:07:18 -05:00
DomainRestoreRequestFlowTest.java Re-add EppException marshalling assertions in domain flow tests 2017-12-27 11:07:18 -05:00
DomainTransferApproveFlowTest.java Replace Stream.concat with Streams.concat 2017-12-27 11:35:47 -05:00
DomainTransferCancelFlowTest.java Re-add EppException marshalling assertions in remaining domain flows 2017-12-27 11:04:16 -05:00
DomainTransferFlowTestCase.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
DomainTransferQueryFlowTest.java Re-add EppException marshalling assertions in remaining domain flows 2017-12-27 11:04:16 -05:00
DomainTransferRejectFlowTest.java Re-add EppException marshalling assertions in remaining domain flows 2017-12-27 11:04:16 -05:00
DomainTransferRequestFlowTest.java Replace Stream.concat with Streams.concat 2017-12-27 11:35:47 -05:00
DomainUpdateFlowTest.java Re-add EppException marshalling assertions in remaining domain flows 2017-12-27 11:04:16 -05:00