Package com.verisign.epp.codec.loginsec.v1_0
-
Class Summary Class Description EPPLoginSec Login Security Extension that extends anEPPLoginCmd
to support passing a longer password (pw
) or new password (newPW
).EPPLoginSecData Login Security Data Extension that extends anEPPResponse
to support passing security event information back to the client.EPPLoginSecEvent Login Security Event that identifies a security warning or error for the client to address.EPPLoginSecExtFactory Factory for the Login Security Extension objects.EPPLoginSecTst Is a unit test of the com.verisign.epp.codec.loginsec.v1_0 package that includes testing the extentions to the login command and response.EPPLoginSecUserAgent Login Security User Agent identifies the client software and platform used by the server to identify functional or security constraints, current security issues, and potential future functional or security issues for the client. -
Enum Summary Enum Description EventLevel Event level, which include the following possible values:
WARNING
- Event that needs to be addressed.ERROR
- Event that needs to be addressed immediately.EventType Event types, which include the following possible values:
PASSWORD
- Password expiry event type.CERTIFICATE
- Client certificate expiry event type.CIPHER
- Insecure or deprecated TLS cipher suite event type.