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:
java.lang.Cloneable
@Embeddable public class ContactAuthInfo extends AuthInfo
A version of authInfo specifically for contacts.
-
-
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.DoNotCompare, ImmutableObject.DoNotHydrate, ImmutableObject.EmptySetToNull, 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, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
public static ContactAuthInfo create(AuthInfo.PasswordAuth pw)
-
-