Class ConstAttributes

java.lang.Object
swiss.trustbroker.federation.xmlconfig.ConstAttributes
All Implemented Interfaces:
Serializable

public class ConstAttributes extends Object implements Serializable
List of constant attributes as declared. These attributes are always be present in the XTB response. The Definition value must be specified.
See Also:
  • Constructor Details

    • ConstAttributes

      public ConstAttributes()
    • ConstAttributes

      public ConstAttributes(List<Definition> attributeDefinitions)
      Creates a new ConstAttributes instance.
      Parameters:
      attributeDefinitions - List of attributes.
  • Method Details