Package google.registry.model.contact
Class ContactAuthInfo
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppcommon.AuthInfo
-
- google.registry.model.contact.ContactAuthInfo
-
- All Implemented Interfaces:
UnsafeSerializable
,java.io.Serializable
,java.lang.Cloneable
@Embeddable public class ContactAuthInfo extends AuthInfo
A version of authInfo specifically for contacts.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.eppcommon.AuthInfo
AuthInfo.PasswordAuth
-
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
Constructors Constructor Description ContactAuthInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ContactAuthInfo
create(AuthInfo.PasswordAuth pw)
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
public static ContactAuthInfo create(AuthInfo.PasswordAuth pw)
-
-