Class ProxyRestrictionBean


  • public class ProxyRestrictionBean
    extends Object
    Class ProxyRestrictionBean represents a SAML 2.0 ProxyRestrictionBean object
    • Constructor Detail

      • ProxyRestrictionBean

        public ProxyRestrictionBean()
        Constructor ProxyRestrictionBean creates a new ProxyRestrictionBean instance.
      • ProxyRestrictionBean

        public ProxyRestrictionBean​(int count,
                                    List<String> audienceURIs)
        Constructor ProxyRestrictionBean creates a new ProxyRestrictionBean instance.
        Parameters:
        count - The count instance
        audienceURIs - The audienceURI instances
    • Method Detail

      • getAudienceURIs

        public List<String> getAudienceURIs()
        Get the audienceURI instances
        Returns:
        the audienceURI instances
      • getCount

        public int getCount()
      • setCount

        public void setCount​(int count)
      • equals

        public boolean equals​(Object o)
        Method equals ...
        Overrides:
        equals in class Object
        Parameters:
        o - of type Object
        Returns:
        boolean
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
        Returns:
        the hashcode of this object