Interface ProxyRestriction

All Superinterfaces:
Condition, SAMLObject, XMLObject
All Known Implementing Classes:
ProxyRestrictionImpl

public interface ProxyRestriction extends Condition
SAML 2.0 Core ProxyRestriction.
  • Field Details

  • Method Details

    • getProxyCount

      @Nullable Integer getProxyCount()
      Gets the number of times the assertion may be proxied.
      Returns:
      the number of times the assertion may be proxied
    • setProxyCount

      void setProxyCount(@Nullable Integer newProxyCount)
      Sets the number of times the assertion may be proxied.
      Parameters:
      newProxyCount - the number of times the assertion may be proxied
    • getAudiences

      @Nullable List<Audience> getAudiences()
      Gets the list of audiences to whom the assertion may be proxied.
      Returns:
      the list of audiences to whom the assertion may be proxied