mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Add extensible custom logic to the domain delete flow
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140534389
This commit is contained in:
parent
6373784858
commit
b35ac10b7e
4 changed files with 235 additions and 6 deletions
|
@ -55,4 +55,9 @@ public class CustomLogicFactory {
|
|||
EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return new DomainRenewFlowCustomLogic(eppInput, sessionMetadata);
|
||||
}
|
||||
|
||||
public DomainDeleteFlowCustomLogic forDomainDeleteFlow(
|
||||
EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return new DomainDeleteFlowCustomLogic(eppInput, sessionMetadata);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue