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 -
Field Summary
-
Constructor Summary
Constructors Constructor Description PartyAttribute()Default constructor.PartyAttribute(String id, String label, PartyInfo partyInfo)Constructor with all details. -
Method Summary
Modifier and Type Method Description PartyInfogetPartyInfo()Get party info.voidsetPartyInfo(PartyInfo partyInfo)Set party info.
-
Constructor Details
-
PartyAttribute
public PartyAttribute()Default constructor. -
PartyAttribute
Constructor with all details.- Parameters:
id- Attribute ID.label- Heading text.partyInfo- Party information.
-
-
Method Details
-
getPartyInfo
Get party info.- Returns:
- Party info.
-
setPartyInfo
Set party info.- Parameters:
partyInfo- Party info.
-