Package google.registry.model.eppcommon
Class AuthInfo
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppcommon.AuthInfo
-
- All Implemented Interfaces:
UnsafeSerializable
,java.io.Serializable
,java.lang.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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuthInfo.PasswordAuth
The "pwAuthInfoType" complex type.-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthInfo.PasswordAuth
pw
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description AuthInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthInfo.PasswordAuth
getPw()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Field Detail
-
pw
protected AuthInfo.PasswordAuth pw
-
-
Method Detail
-
getPw
public AuthInfo.PasswordAuth getPw()
-
-