Interface StatusDetail

All Superinterfaces:
XmlSerializable

@SupportedAll public interface StatusDetail extends XmlSerializable
This class represents the StatusDetailType complex type in SAML protocol schema. The StatusDetail element MAY be used to specify additional information concerning the status of the request.
 <complexType name="StatusDetailType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Method Details

    • getAny

      List<String> getAny()
      Returns the value of the Any property.
      Returns:
      A list containing objects of type String
      See Also:
    • setAny

      void setAny(List<String> anyList) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the value of the Any property.
      Parameters:
      anyList - A list containing objects of type String
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable
      See Also:
    • makeImmutable

      void makeImmutable()
      Makes the obejct immutable
    • isMutable

      boolean isMutable()
      Returns true if the object is mutable false otherwise
      Returns:
      true if the object is mutable false otherwise