mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Add extensible custom logic to the domain renew flow
This also adds a TODO in DomainCheckFlow to document the fact that as-of date is not overridden when passed to the custom logic. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140031318
This commit is contained in:
parent
ddacd33c5e
commit
9a616ccd7f
5 changed files with 267 additions and 4 deletions
|
@ -50,4 +50,9 @@ public class CustomLogicFactory {
|
|||
EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return new DomainUpdateFlowCustomLogic(eppInput, sessionMetadata);
|
||||
}
|
||||
|
||||
public DomainRenewFlowCustomLogic forDomainRenewFlow(
|
||||
EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return new DomainRenewFlowCustomLogic(eppInput, sessionMetadata);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue