Class ConstAttributes
java.lang.Object
swiss.trustbroker.federation.xmlconfig.ConstAttributes
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionConstAttributes(List<Definition> attributeDefinitions) Creates a newConstAttributesinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanList of attributes.inthashCode()voidsetAttributeDefinitions(List<Definition> attributeDefinitions) List of attributes.toString()
-
Constructor Details
-
ConstAttributes
public ConstAttributes() -
ConstAttributes
Creates a newConstAttributesinstance.- Parameters:
attributeDefinitions- List of attributes.
-
-
Method Details