Package google.registry.model.eppcommon
Class AuthInfo
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppcommon.AuthInfo
- All Implemented Interfaces:
UnsafeSerializable
,Serializable
,Cloneable
- Direct Known Subclasses:
ContactAuthInfo
,DomainAuthInfo
@Embeddable
@MappedSuperclass
public abstract class AuthInfo
extends ImmutableObject
implements UnsafeSerializable
The "authInfoType" complex type.
RFCs 5731 and 5732 define this almost identically up to the namespace.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The "pwAuthInfoType" complex type.Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
Field Summary
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Field Details
-
pw
-
-
Constructor Details
-
AuthInfo
public AuthInfo()
-
-
Method Details
-
getPw
-