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.deviceMethods 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.accountMethods in org.keycloak.representations.account that return DeviceRepresentation Modifier and Type Method Description static DeviceRepresentationDeviceRepresentation. unknown()
- 
Uses of DeviceRepresentation in org.keycloak.services.resources.accountMethods 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.
 
-