Uses of Class
io.getlime.security.powerauth.lib.mtoken.model.entity.PartyInfo
-
Packages that use PartyInfo Package Description io.getlime.security.powerauth.lib.mtoken.model.entity.attributes -
-
Uses of PartyInfo in io.getlime.security.powerauth.lib.mtoken.model.entity.attributes
Methods in io.getlime.security.powerauth.lib.mtoken.model.entity.attributes that return PartyInfo Modifier and Type Method Description PartyInfoPartyAttribute. getPartyInfo()Get party info.Methods in io.getlime.security.powerauth.lib.mtoken.model.entity.attributes with parameters of type PartyInfo Modifier and Type Method Description voidPartyAttribute. setPartyInfo(PartyInfo partyInfo)Set party info.Constructors in io.getlime.security.powerauth.lib.mtoken.model.entity.attributes with parameters of type PartyInfo Constructor Description PartyAttribute(String id, String label, PartyInfo partyInfo)Constructor with all details.
-