PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.protocol
Class StatusDetailType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.common.CommonStatusDetailType
      extended by org.picketlink.identity.federation.saml.v2.protocol.StatusDetailType
All Implemented Interfaces:
Serializable

public class StatusDetailType
extends CommonStatusDetailType

Java class for StatusDetailType complex type.

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.picketlink.identity.federation.saml.common.CommonStatusDetailType
any
 
Constructor Summary
StatusDetailType()
           
 
Method Summary
 
Methods inherited from class org.picketlink.identity.federation.saml.common.CommonStatusDetailType
addStatusDetail, getAny, removeStatusDetail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusDetailType

public StatusDetailType()

PicketLink Federation Core 2.1.6.Final-redhat-2

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