Uses of Class
org.keycloak.representations.account.DeviceRepresentation
-
Packages that use DeviceRepresentation Package Description org.keycloak.device org.keycloak.representations.account org.keycloak.services.resources.account -
-
Uses of DeviceRepresentation in org.keycloak.device
Methods in org.keycloak.device that return DeviceRepresentation Modifier and Type Method Description DeviceRepresentationDeviceRepresentationProvider. deviceRepresentation()DeviceRepresentationDeviceRepresentationProviderImpl. deviceRepresentation()static DeviceRepresentationDeviceActivityManager. getCurrentDevice(UserSessionModel userSession)Returns the device information associated with the givenuserSession. -
Uses of DeviceRepresentation in org.keycloak.representations.account
Methods in org.keycloak.representations.account that return DeviceRepresentation Modifier and Type Method Description static DeviceRepresentationDeviceRepresentation. unknown() -
Uses of DeviceRepresentation in org.keycloak.services.resources.account
Methods in org.keycloak.services.resources.account that return types with arguments of type DeviceRepresentation Modifier and Type Method Description Collection<DeviceRepresentation>SessionResource. devices()Get device activity information based on the active sessions.
-