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 |
any
otherAttributes
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, removeAny
addOtherAttribute, addOtherAttributes, getOtherAttributes
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.