public static final class Extensions.LargeBlob.LargeBlobAuthenticationInput
extends java.lang.Object
largeBlob) in
authentication ceremonies.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
boolean |
getRead() |
java.util.Optional<ByteArray> |
getWrite() |
int |
hashCode() |
static Extensions.LargeBlob.LargeBlobAuthenticationInput |
read()
Configure the Large blob storage extension (
largeBlob) to fetch the
previously-written blob associated with the asserted credential. |
java.lang.String |
toString() |
static Extensions.LargeBlob.LargeBlobAuthenticationInput |
write(@NonNull ByteArray write)
Configure the Large blob storage extension (
largeBlob) to store the given byte
array with the existing credential. |
public static Extensions.LargeBlob.LargeBlobAuthenticationInput read()
largeBlob) to fetch the
previously-written blob associated with the asserted credential.
Mutually exclusive with write(ByteArray).
public static Extensions.LargeBlob.LargeBlobAuthenticationInput write(@NonNull @NonNull ByteArray write)
largeBlob) to store the given byte
array with the existing credential.
Mutually exclusive with read().
public boolean getRead()
true if the read property is set to true,
false otherwise.read(),
§10.5.
Large blob storage extension (largeBlob)public java.util.Optional<ByteArray> getWrite()
write property if configured, empty otherwise.write(ByteArray),
§10.5.
Large blob storage extension (largeBlob)public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object