org.apache.ws.security.saml.ext.bean
Class ProxyRestrictionBean

java.lang.Object
  extended by org.apache.ws.security.saml.ext.bean.ProxyRestrictionBean

public class ProxyRestrictionBean
extends Object

Class ProxyRestrictionBean represents a SAML 2.0 ProxyRestrictionBean object


Constructor Summary
ProxyRestrictionBean()
          Constructor ProxyRestrictionBean creates a new ProxyRestrictionBean instance.
ProxyRestrictionBean(int count, List<String> audienceURIs)
          Constructor ProxyRestrictionBean creates a new ProxyRestrictionBean instance.
 
Method Summary
 boolean equals(Object o)
          Method equals ...
 List<String> getAudienceURIs()
          Get the audienceURI instances
 int getCount()
           
 int hashCode()
           
 void setCount(int count)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.