mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
Add extensible custom logic to the domain update flow
This also adds beforeValidation hook to DomainCreateCustomFlow. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139828346
This commit is contained in:
@@ -45,4 +45,9 @@ public class CustomLogicFactory {
|
||||
EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return new DomainInfoFlowCustomLogic(eppInput, sessionMetadata);
|
||||
}
|
||||
|
||||
public DomainUpdateFlowCustomLogic forDomainUpdateFlow(
|
||||
EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return new DomainUpdateFlowCustomLogic(eppInput, sessionMetadata);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user