Class PartyAttribute
- java.lang.Object
-
- io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.Attribute
-
- io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.PartyAttribute
-
public class PartyAttribute extends Attribute
Attribute representing a party.- 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
-
-
Constructor Summary
Constructors Constructor Description PartyAttribute()Default constructor.PartyAttribute(String id, String label, PartyInfo partyInfo)Constructor with all details.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyInfogetPartyInfo()Get party info.voidsetPartyInfo(PartyInfo partyInfo)Set party info.
-