-
- All Known Implementing Classes:
AuthorityBinding
public interface AuthorityBindingTheAuthorityBindingelement may be used to indicate to a replying party receiving anAuthenticationStatementthat 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetAuthorityKind()Gets the value of the authorityKind property.StringgetBinding()Gets the value of the binding property.StringgetLocation()Gets the value of the location property.
-