Class CommonAdviceType

java.lang.Object
org.keycloak.dom.saml.common.CommonAdviceType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdviceType, SAML11AdviceType

public class CommonAdviceType extends Object implements Serializable
SAML Advice Type
Since:
Jun 22, 2011
Author:
[email protected]
See Also:
  • Field Details

  • Constructor Details

    • CommonAdviceType

      public CommonAdviceType()
  • Method Details

    • addAdvice

      public void addAdvice(Object obj)
      Add an advice
      Parameters:
      obj -
    • remove

      public boolean remove(Object advice)
      Remove an advice
      Parameters:
      advice -
      Returns:
    • getAdvices

      public List<Object> getAdvices()
      Gets the advices. (Read only list)
      Returns:
      List read only