Class AuthorityBinding

  • All Implemented Interfaces:
    AuthorityBinding

    public class AuthorityBinding
    extends AuthorityBindingType
    implements 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.
    • Field Detail

      • log

        protected static final Logger log
    • Constructor Detail

      • AuthorityBinding

        public AuthorityBinding​(QName authKind,
                                String location,
                                String binding)
        Constructor
        Parameters:
        authKind - A integer representing the type of SAML protocol queries to which the authority described by this element will respond. If you do NO specify this attribute, pass in value "-1".
        location - A URI describing how to locate and communicate with the authority, the exact syntax of which depends on the protocol binding in use.
        binding - A String representing a URI reference identifying the SAML protocol binding to use in communicating with the authority.