Interface AuthorityBinding

All Known Implementing Classes:
AuthorityBinding

public interface AuthorityBinding
The AuthorityBinding element may be used to indicate to a replying party receiving an AuthenticationStatement that a SAML authority may be available to provide additional information about the subject of the statement. A single SAML authority may advertise its presence over multiple protocol binding, at multiple locations, and as more than one kind of authority by sending multiple elements as needed.

The following schema fragment specifies the expected content contained within SAML AuthorityBinding element.

 <complexType name="AuthorityBindingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="AuthorityKind" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="Binding" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="Location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the authorityKind property.
    Gets the value of the binding property.
    Gets the value of the location property.
  • Method Details

    • getAuthorityKind

      QName getAuthorityKind()
      Gets the value of the authorityKind property.
      Returns:
      object is QName
    • getBinding

      String getBinding()
      Gets the value of the binding property.
      Returns:
      object is String
    • getLocation

      String getLocation()
      Gets the value of the location property.
      Returns:
      object is String