PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.ws.wss.secext
Class SecurityHeaderType

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.wss.secext.SecurityHeaderType

public class SecurityHeaderType
extends AnyAddressingType

This complexType defines header block to use for security-relevant data directed at a specific SOAP actor.

Java class for SecurityHeaderType complex type.

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

 <complexType name="SecurityHeaderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
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
SecurityHeaderType()
           
 
Method Summary
 
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
 

Constructor Detail

SecurityHeaderType

public SecurityHeaderType()

PicketLink Federation Core 2.1.6.Final-redhat-2

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