Class ProxyRestrictionBean
- java.lang.Object
-
- org.apache.wss4j.common.saml.bean.ProxyRestrictionBean
-
public class ProxyRestrictionBean extends Object
Class ProxyRestrictionBean represents a SAML 2.0 ProxyRestrictionBean object
-
-
Constructor Summary
Constructors Constructor Description ProxyRestrictionBean()Constructor ProxyRestrictionBean creates a new ProxyRestrictionBean instance.ProxyRestrictionBean(int count, List<String> audienceURIs)Constructor ProxyRestrictionBean creates a new ProxyRestrictionBean instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Method equals ...List<String>getAudienceURIs()Get the audienceURI instancesintgetCount()inthashCode()voidsetCount(int count)
-