public interface Authenticator
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
byte[] |
getRawCombinedHash()
Gets the raw value of the combinedHash property.
|
String |
getTextCombinedHash()
Gets the value of the base64 encoded combinedHash property.
|
void |
setRawCombinedHash(byte[] rawCombinedHash)
Sets the value of the combinedHash property.
|
void |
setTextCombinedHash(String combinedHash)
Sets the value of the base 64 encoded combinedHash property.
|
List<Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
byte[] getRawCombinedHash()
void setRawCombinedHash(byte[] rawCombinedHash)
rawCombinedHash - allowed object is
byte[]String getTextCombinedHash()
StringCopyright © 2005–2018 Oracle Corporation. All rights reserved.