Uses of Class
io.jans.scim.model.GluuFido2Device
-
Packages that use GluuFido2Device Package Description io.jans.scim.service -
-
Uses of GluuFido2Device in io.jans.scim.service
Methods in io.jans.scim.service that return GluuFido2Device Modifier and Type Method Description GluuFido2Device
Fido2DeviceService. getFido2DeviceById(String userId, String id)
GluuFido2Device
Fido2DeviceService. getGluuCustomFidoDeviceById(String id, String userId)
Methods in io.jans.scim.service that return types with arguments of type GluuFido2Device Modifier and Type Method Description List<GluuFido2Device>
Fido2DeviceService. findAllFido2Devices(GluuCustomPerson person)
Methods in io.jans.scim.service with parameters of type GluuFido2Device Modifier and Type Method Description void
Fido2DeviceService. removeFido2Device(GluuFido2Device fido2Device)
void
Fido2DeviceService. updateFido2Device(GluuFido2Device fido2Device)
-