org.picketlink.identity.federation.ws.trust
Class AuthenticatorType
java.lang.Object
org.picketlink.identity.federation.ws.addressing.BaseAddressingType
org.picketlink.identity.federation.ws.addressing.AnyAddressingType
org.picketlink.identity.federation.ws.trust.AuthenticatorType
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>
Method Summary |
byte[] |
getCombinedHash()
Gets the value of the combinedHash property. |
void |
setCombinedHash(byte[] value)
Sets the value of the combinedHash property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
combinedHash
protected byte[] combinedHash
AuthenticatorType
public AuthenticatorType()
getCombinedHash
public byte[] getCombinedHash()
- Gets the value of the combinedHash property.
- Returns:
- possible object is byte[]
setCombinedHash
public void setCombinedHash(byte[] value)
- Sets the value of the combinedHash property.
- Parameters:
value
- allowed object is byte[]
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.