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