PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.ws.trust
Class AuthenticatorType

java.lang.Object
  extended by org.picketlink.identity.federation.ws.addressing.BaseAddressingType
      extended by org.picketlink.identity.federation.ws.addressing.AnyAddressingType
          extended by 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>
 


Field Summary
protected  byte[] combinedHash
           
 
Fields inherited from class org.picketlink.identity.federation.ws.addressing.AnyAddressingType
any
 
Fields inherited from class org.picketlink.identity.federation.ws.addressing.BaseAddressingType
otherAttributes
 
Constructor Summary
AuthenticatorType()
           
 
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 org.picketlink.identity.federation.ws.addressing.AnyAddressingType
addAny, getAny, removeAny
 
Methods inherited from class org.picketlink.identity.federation.ws.addressing.BaseAddressingType
addOtherAttribute, addOtherAttributes, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

combinedHash

protected byte[] combinedHash
Constructor Detail

AuthenticatorType

public AuthenticatorType()
Method Detail

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[]

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.