public interface AuthorityBinding
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>
| Modifier and Type | Method and Description |
|---|---|
QName |
getAuthorityKind()
Gets the value of the authorityKind property.
|
String |
getBinding()
Gets the value of the binding property.
|
String |
getLocation()
Gets the value of the location property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.