| java.lang.Object com.sun.xml.wss.saml.internal.saml11.jaxb20.AuthorityBindingType com.sun.xml.wss.saml.assertion.saml11.jaxb20.AuthorityBinding
AuthorityBinding | public class AuthorityBinding extends AuthorityBindingType implements com.sun.xml.wss.saml.AuthorityBinding(Code) | | 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.
|
Field Summary | |
final protected static Logger | log |
Constructor Summary | |
public | AuthorityBinding(QName authKind, String location, String binding) Constructor
Parameters: authKind - A integer representing the type of SAML protocol queriesto which the authority described by this element willrespond. |
AuthorityBinding | public AuthorityBinding(QName authKind, String location, String binding)(Code) | | Constructor
Parameters: authKind - A integer representing the type of SAML protocol queriesto which the authority described by this element willrespond. If you do NO specify this attribute, pass invalue "-1". Parameters: location - A URI describing how to locate and communicate with theauthority, the exact syntax of which depends on theprotocol binding in use. Parameters: binding - A String representing a URI reference identifying the SAMLprotocol binding to use in communicating with the authority. exception: SAMLException - if there is an error in the sender or in theelement definition. |
fromElement | public static AuthorityBindingType fromElement(Element element) throws SAMLException(Code) | | Constructs an AuthorityBinding element from an existing XML
block.
Parameters: element - representing a DOM tree element. exception: SAMLException - if there is an error in the sender or in theelement definition. |
|
|