|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.saml.ext.bean.ProxyRestrictionBean
public class ProxyRestrictionBean
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 |
|---|
public ProxyRestrictionBean()
public ProxyRestrictionBean(int count,
List<String> audienceURIs)
count - The count instanceaudienceURIs - The audienceURI instances| Method Detail |
|---|
public List<String> getAudienceURIs()
public int getCount()
public void setCount(int count)
public boolean equals(Object o)
equals in class Objecto - of type Object
public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||