public class AuthenticatorType extends AnyAddressingType
Java class for AuthenticatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthenticatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}CombinedHash" minOccurs="0"/>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
combinedHash |
anyotherAttributes| Constructor and Description |
|---|
AuthenticatorType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCombinedHash()
Gets the value of the combinedHash property.
|
void |
setCombinedHash(byte[] value)
Sets the value of the combinedHash property.
|
addAny, getAny, removeAnyaddOtherAttribute, addOtherAttributes, getOtherAttributesCopyright © 2018 JBoss by Red Hat. All rights reserved.