Class EPPLoginSecPolicyAdapter
java.lang.Object
com.verisign.epp.framework.EPPRegistryPolicyAdapter
com.verisign.epp.codec.loginsecpolicy.v04.EPPLoginSecPolicyAdapter
EPPLaunchPolicyAdapter is used to create the login security policy
extension information that will be called by the EPP SDK Stub Server
RegistryHandler.-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor that pre-defines a login security policy extension for use as an extension to the registry info response. -
Method Summary
Modifier and TypeMethodDescriptionGets the login security system policy extension to use in the registry info response.Methods inherited from class com.verisign.epp.framework.EPPRegistryPolicyAdapter
eppExtToZoneExt, zoneExtToEppExt
-
Constructor Details
-
EPPLoginSecPolicyAdapter
public EPPLoginSecPolicyAdapter()Default constructor that pre-defines a login security policy extension for use as an extension to the registry info response.
-
-
Method Details
-
getSystemExt
Gets the login security system policy extension to use in the registry info response.- Overrides:
getSystemExtin classEPPRegistryPolicyAdapter- Returns:
EPPLoginSecPolicyInfDatathat represents the login security policy extension information.
-