PicketLink Federation Core 2.1.6.Final-redhat-2

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

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.SignChallengeType

public class SignChallengeType
extends AnyAddressingType

Java class for SignChallengeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SignChallengeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}Challenge"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String challenge
           
 
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
SignChallengeType()
           
 
Method Summary
 String getChallenge()
          Gets the value of the challenge property.
 void setChallenge(String value)
          Sets the value of the challenge 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

challenge

protected String challenge
Constructor Detail

SignChallengeType

public SignChallengeType()
Method Detail

getChallenge

public String getChallenge()
Gets the value of the challenge property.

Returns:
possible object is String

setChallenge

public void setChallenge(String value)
Sets the value of the challenge property.

Parameters:
value - allowed object is String

PicketLink Federation Core 2.1.6.Final-redhat-2

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