Class ServerInfoRepresentation
- java.lang.Object
-
- org.keycloak.representations.info.ServerInfoRepresentation
-
public class ServerInfoRepresentation extends Object
- Author:
- Stian Thorgersen
-
-
Constructor Summary
Constructors Constructor Description ServerInfoRepresentation()
-
Method Summary
-
-
-
Method Detail
-
getSystemInfo
public SystemInfoRepresentation getSystemInfo()
-
setSystemInfo
public void setSystemInfo(SystemInfoRepresentation systemInfo)
-
getMemoryInfo
public MemoryInfoRepresentation getMemoryInfo()
-
setMemoryInfo
public void setMemoryInfo(MemoryInfoRepresentation memoryInfo)
-
getProfileInfo
public ProfileInfoRepresentation getProfileInfo()
-
setProfileInfo
public void setProfileInfo(ProfileInfoRepresentation profileInfo)
-
getCryptoInfo
public CryptoInfoRepresentation getCryptoInfo()
-
setCryptoInfo
public void setCryptoInfo(CryptoInfoRepresentation cryptoInfo)
-
getThemes
public Map<String,List<ThemeInfoRepresentation>> getThemes()
-
setThemes
public void setThemes(Map<String,List<ThemeInfoRepresentation>> themes)
-
getProviders
public Map<String,SpiInfoRepresentation> getProviders()
-
setProviders
public void setProviders(Map<String,SpiInfoRepresentation> providers)
-
getProtocolMapperTypes
public Map<String,List<ProtocolMapperTypeRepresentation>> getProtocolMapperTypes()
-
setProtocolMapperTypes
public void setProtocolMapperTypes(Map<String,List<ProtocolMapperTypeRepresentation>> protocolMapperTypes)
-
getBuiltinProtocolMappers
public Map<String,List<ProtocolMapperRepresentation>> getBuiltinProtocolMappers()
-
setBuiltinProtocolMappers
public void setBuiltinProtocolMappers(Map<String,List<ProtocolMapperRepresentation>> builtinProtocolMappers)
-
getClientInstallations
public Map<String,List<ClientInstallationRepresentation>> getClientInstallations()
-
setClientInstallations
public void setClientInstallations(Map<String,List<ClientInstallationRepresentation>> clientInstallations)
-
getPasswordPolicies
public List<PasswordPolicyTypeRepresentation> getPasswordPolicies()
-
setPasswordPolicies
public void setPasswordPolicies(List<PasswordPolicyTypeRepresentation> passwordPolicies)
-
getComponentTypes
public Map<String,List<ComponentTypeRepresentation>> getComponentTypes()
-
setComponentTypes
public void setComponentTypes(Map<String,List<ComponentTypeRepresentation>> componentTypes)
-
-