Interface AudienceRestriction

    • Method Detail

      • getAudience

        List<String> getAudience()
        Returns a list of String represented audiences
        Returns:
        a list of String represented audiences
      • setAudience

        void setAudience​(List<String> audiences)
                  throws SAML2Exception
        Sets the audiences
        Parameters:
        audiences - List of audiences as URI strings
        Throws:
        SAML2Exception - if the object is immutable
      • isMutable

        boolean isMutable()
        Returns true if the object is mutable
        Specified by:
        isMutable in interface ConditionAbstract
        Returns:
        true if the object is mutable