Class SAML11AuthorityBindingType


  • public class SAML11AuthorityBindingType
    extends Object
    Since:
    Jun 22, 2011
    Author:
    Anil.Saldhana@redhat.com
    • Field Detail

      • authorityKind

        protected QName authorityKind
      • location

        protected URI location
      • binding

        protected URI binding
    • Constructor Detail

      • SAML11AuthorityBindingType

        public SAML11AuthorityBindingType​(QName authorityKind,
                                          URI location,
                                          URI binding)
    • Method Detail

      • getAuthorityKind

        public QName getAuthorityKind()
      • getLocation

        public URI getLocation()
      • getBinding

        public URI getBinding()