Uses of Class
org.keycloak.representations.info.SystemInfoRepresentation
-
Packages that use SystemInfoRepresentation Package Description org.keycloak.representations.info -
-
Uses of SystemInfoRepresentation in org.keycloak.representations.info
Methods in org.keycloak.representations.info that return SystemInfoRepresentation Modifier and Type Method Description static SystemInfoRepresentation
SystemInfoRepresentation. create(long serverStartupTime)
SystemInfoRepresentation
ServerInfoRepresentation. getSystemInfo()
Methods in org.keycloak.representations.info with parameters of type SystemInfoRepresentation Modifier and Type Method Description void
ServerInfoRepresentation. setSystemInfo(SystemInfoRepresentation systemInfo)
-