PicketLink Federation Core 2.1.6.Final-redhat-2

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

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

public class RequestSecurityTokenResponseType
extends AnyAddressingType

Actual content model is non-deterministic, hence wildcard. The following shows intended content model:

Java class for RequestSecurityTokenResponseType complex type.

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

 <complexType name="RequestSecurityTokenResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
       <attribute name="Context" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String context
           
 
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
RequestSecurityTokenResponseType()
           
 
Method Summary
 String getContext()
          Gets the value of the context property.
 void setContext(String value)
          Sets the value of the context 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

context

protected String context
Constructor Detail

RequestSecurityTokenResponseType

public RequestSecurityTokenResponseType()
Method Detail

getContext

public String getContext()
Gets the value of the context property.

Returns:
possible object is String

setContext

public void setContext(String value)
Sets the value of the context 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.