Class ContextAttributes

java.lang.Object
com.tivoli.am.fim.trustserver.sts.uuser.AttributeContainer
com.tivoli.am.fim.trustserver.sts.uuser.ContextAttributes

public class ContextAttributes extends AttributeContainer
Represents the ContextAttributes which is a container of attributes.
Version:
@VERSION@
  • Field Details

  • Constructor Details

    • ContextAttributes

      public ContextAttributes()
      Construct an empty ContextAttributes object.
    • ContextAttributes

      public ContextAttributes(Attribute[] attributes)
      Construct a ContextAttributes object with an array of Attributes.
      Parameters:
      attributes - an array of Attributes for this ContextAttributes object.
  • Method Details

    • getElementName

      public String getElementName()
      Returns the name of this ContextAttributes object as a String.
      Returns:
      the name of this ContextAttributes object as a String.
    • fromXml

      public static ContextAttributes fromXml(Element element)
      Converts XML (in the form of an org.w3c.dom.Element object) into an ContextAttributes object.
      Parameters:
      element - the org.w3c.dom.Element from which a ContextAttributes object will be created.
      Returns:
      a ContextAttributes object created from XML (in the form of an org.w3c.dom.Element object).