Package io.jans.fido2.model.conf
Class RequestedParty
- java.lang.Object
-
- io.jans.fido2.model.conf.RequestedParty
-
public class RequestedParty extends Object
Supported RP- Author:
- Yuriy Movchan Date: 05/22/2020
-
-
Constructor Summary
Constructors Constructor Description RequestedParty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getDomains()
String
getName()
void
setDomains(List<String> domains)
void
setName(String name)
-