java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenType
Direct Known Subclasses:
RequestSecurityTokenImpl

public class RequestSecurityTokenType extends Object
Actual content model is non-deterministic, hence wildcard. The following shows intended content model:

         <xs:element ref='wst:TokenType' minOccurs='0' />
         <xs:element ref='wst:RequestType' />
         <xs:element ref='wsp:AppliesTo' minOccurs='0' />
         <xs:element ref='wst:Claims' minOccurs='0' />
         <xs:element ref='wst:Entropy' minOccurs='0' />
         <xs:element ref='wst:Lifetime' minOccurs='0' />
         <xs:element ref='wst:AllowPostdating' minOccurs='0' />
         <xs:element ref='wst:Renewing' minOccurs='0' />
         <xs:element ref='wst:OnBehalfOf' minOccurs='0' />
         <xs:element ref='wst:Issuer' minOccurs='0' />
         <xs:element ref='wst:AuthenticationType' minOccurs='0' />
         <xs:element ref='wst:KeyType' minOccurs='0' />
         <xs:element ref='wst:KeySize' minOccurs='0' />
         <xs:element ref='wst:SignatureAlgorithm' minOccurs='0' />
         <xs:element ref='wst:Encryption' minOccurs='0' />
         <xs:element ref='wst:EncryptionAlgorithm' minOccurs='0' />
         <xs:element ref='wst:CanonicalizationAlgorithm' minOccurs='0' />
         <xs:element ref='wst:ProofEncryption' minOccurs='0' />
         <xs:element ref='wst:UseKey' minOccurs='0' />
         <xs:element ref='wst:SignWith' minOccurs='0' />
         <xs:element ref='wst:EncryptWith' minOccurs='0' />
         <xs:element ref='wst:DelegateTo' minOccurs='0' />
         <xs:element ref='wst:Forwardable' minOccurs='0' />
         <xs:element ref='wst:Delegatable' minOccurs='0' />
         <xs:element ref='wsp:Policy' minOccurs='0' />
         <xs:element ref='wsp:PolicyReference' minOccurs='0' />
         <xs:any namespace='##other' processContents='lax' minOccurs='0' maxOccurs='unbounded' />
  

Java class for RequestSecurityTokenType complex type.

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


 <complexType name="RequestSecurityTokenType">
   <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 Details

  • Constructor Details

    • RequestSecurityTokenType

      public RequestSecurityTokenType()
  • Method Details

    • getAny

      public List<Object> getAny()
      Gets the value of the any property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

      For example, to add a new item, do as follows:

      
          getAny().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object Element

    • 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
    • getOtherAttributes

      public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

      Returns:
      always non-null