Interface AuthorityBinding

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
AuthorityBindingImpl

public interface AuthorityBinding extends SAMLObject
Interface to define how a AuthorityBinding element behaves.
  • Field Details

  • Method Details

    • getAuthorityKind

      @Nullable QName getAuthorityKind()
      Get the type of authority described.
      Returns:
      the type of authority
    • setAuthorityKind

      void setAuthorityKind(@Nullable QName authorityKind)
      Set the type of authority described.
      Parameters:
      authorityKind - the type of authority
    • getLocation

      @Nullable String getLocation()
      Get the authority location.
      Returns:
      the location
    • setLocation

      void setLocation(@Nullable String location)
      Set the authority location.
      Parameters:
      location - the location
    • getBinding

      @Nullable String getBinding()
      Get the authority binding.
      Returns:
      the binding
    • setBinding

      void setBinding(@Nullable String binding)
      Set the authority binding.
      Parameters:
      binding - the binding