public class AuthenticatorImpl extends AuthenticatorType implements Authenticator
any, combinedHash| Constructor and Description |
|---|
AuthenticatorImpl() |
AuthenticatorImpl(AuthenticatorType aType) |
AuthenticatorImpl(byte[] hash) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
byte[] |
getRawCombinedHash() |
String |
getTextCombinedHash() |
void |
setRawCombinedHash(byte[] rawCombinedHash) |
void |
setTextCombinedHash(String encodedCombinedHash) |
getCombinedHash, setCombinedHashpublic AuthenticatorImpl()
public AuthenticatorImpl(AuthenticatorType aType) throws Exception
Exceptionpublic AuthenticatorImpl(byte[] hash)
public List<Object> getAny()
AuthenticatorType
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
Element
getAny in interface AuthenticatorgetAny in class AuthenticatorTypepublic byte[] getRawCombinedHash()
getRawCombinedHash in interface Authenticatorpublic void setRawCombinedHash(byte[] rawCombinedHash)
setRawCombinedHash in interface Authenticatorpublic String getTextCombinedHash()
getTextCombinedHash in interface Authenticatorpublic void setTextCombinedHash(String encodedCombinedHash)
setTextCombinedHash in interface AuthenticatorCopyright © 2005–2018 Oracle Corporation. All rights reserved.