org.apache.wss4j.common.saml.bean
Class AdviceBean

java.lang.Object
  extended by org.apache.wss4j.common.saml.bean.AdviceBean

public class AdviceBean
extends Object

Represents a SAML Advice Element.


Constructor Summary
AdviceBean()
           
 
Method Summary
 boolean equals(Object o)
           
 List<Element> getAssertions()
           
 List<String> getIdReferences()
           
 List<String> getUriReferences()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdviceBean

public AdviceBean()
Method Detail

getIdReferences

public List<String> getIdReferences()

getUriReferences

public List<String> getUriReferences()

getAssertions

public List<Element> getAssertions()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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