Package google.registry.model.domain
Class DomainAuthInfo
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppcommon.AuthInfo
-
- google.registry.model.domain.DomainAuthInfo
-
- All Implemented Interfaces:
UnsafeSerializable
,java.io.Serializable
,java.lang.Cloneable
@Embeddable public class DomainAuthInfo extends AuthInfo
A version of authInfo specifically for domains.- 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 DomainAuthInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DomainAuthInfo
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 DomainAuthInfo create(AuthInfo.PasswordAuth pw)
-
-