Uses of Class
org.apache.syncope.common.lib.wa.U2FDevice
-
-
Uses of U2FDevice in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type U2FDevice Modifier and Type Method Description List<U2FDevice>
AuthProfileTO. getU2FRegisteredDevices()
Methods in org.apache.syncope.common.lib.to with parameters of type U2FDevice Modifier and Type Method Description AuthProfileTO.Builder
AuthProfileTO.Builder. u2fRegisteredDevice(U2FDevice device)
AuthProfileTO.Builder
AuthProfileTO.Builder. u2fRegisteredDevices(U2FDevice... devices)
Method parameters in org.apache.syncope.common.lib.to with type arguments of type U2FDevice Modifier and Type Method Description AuthProfileTO.Builder
AuthProfileTO.Builder. u2fRegisteredDevices(Collection<U2FDevice> devices)
-
Uses of U2FDevice in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return U2FDevice Modifier and Type Method Description U2FDevice
U2FDevice.Builder. build()
-
Uses of U2FDevice in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type U2FDevice Modifier and Type Method Description PagedResult<U2FDevice>
U2FRegistrationService. search(U2FDeviceQuery query)
Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type U2FDevice Modifier and Type Method Description void
U2FRegistrationService. create(@NotNull String owner, @NotNull U2FDevice device)
-
Uses of U2FDevice in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa that return types with arguments of type U2FDevice Modifier and Type Method Description Pair<Integer,List<U2FDevice>>
U2FRegistrationLogic. search(Integer page, Integer itemsPerPage, Long id, OffsetDateTime expirationDate, List<OrderByClause> orderByClauses)
Methods in org.apache.syncope.core.logic.wa with parameters of type U2FDevice Modifier and Type Method Description void
U2FRegistrationLogic. create(String owner, U2FDevice device)
-
Uses of U2FDevice in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return types with arguments of type U2FDevice Modifier and Type Method Description List<U2FDevice>
AuthProfile. getU2FRegisteredDevices()
Method parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type U2FDevice Modifier and Type Method Description void
AuthProfile. setU2FRegisteredDevices(List<U2FDevice> records)
-
Uses of U2FDevice in org.apache.syncope.core.persistence.jpa.entity.am
Fields in org.apache.syncope.core.persistence.jpa.entity.am with type parameters of type U2FDevice Modifier and Type Field Description protected static TypeReference<List<U2FDevice>>
JPAAuthProfile. U2F_TYPEREF
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type U2FDevice Modifier and Type Method Description List<U2FDevice>
JPAAuthProfile. getU2FRegisteredDevices()
Method parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type U2FDevice Modifier and Type Method Description void
JPAAuthProfile. setU2FRegisteredDevices(List<U2FDevice> devices)
-
Uses of U2FDevice in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type U2FDevice Modifier and Type Method Description PagedResult<U2FDevice>
U2FRegistrationServiceImpl. search(U2FDeviceQuery query)
Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type U2FDevice Modifier and Type Method Description void
U2FRegistrationServiceImpl. create(String owner, U2FDevice device)
-
Uses of U2FDevice in org.apache.syncope.wa.starter.u2f
Methods in org.apache.syncope.wa.starter.u2f with parameters of type U2FDevice Modifier and Type Method Description protected static org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration
WAU2FDeviceRepository. parseRegistrationRecord(String owner, U2FDevice device)
-