Class HeadingAttribute
java.lang.Object
io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.Attribute
io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.HeadingAttribute
public class HeadingAttribute extends Attribute
Attribute representing a heading.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Nested Class Summary
Nested classes/interfaces inherited from class io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.Attribute
Attribute.Type -
Field Summary
-
Constructor Summary
Constructors Constructor Description HeadingAttribute()Default constructor.HeadingAttribute(String id, String label)Constructor with all details. -
Method Summary
-
Constructor Details
-
HeadingAttribute
public HeadingAttribute()Default constructor. -
HeadingAttribute
Constructor with all details.- Parameters:
id- Attribute ID.label- Heading text.
-