|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 | |
|---|---|
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. |
| Method Detail |
|---|
QName getAuthorityKind()
QNameString getBinding()
StringString getLocation()
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||