Class ServerInfoAdminResource
java.lang.Object
org.keycloak.services.resources.admin.info.ServerInfoAdminResource
- Author:
- Stian Thorgersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.keycloak.representations.info.ServerInfoRepresentationgetInfo()Get themes, social providers, auth providers, and event listeners available on this servervoidsetIdentityProviders(Stream<ProviderFactory> factories, List<Map<String, String>> providers, String groupName)
-
Constructor Details
-
ServerInfoAdminResource
-
-
Method Details
-
getInfo
@GET @Produces("application/json") public org.keycloak.representations.info.ServerInfoRepresentation getInfo()Get themes, social providers, auth providers, and event listeners available on this server- Returns:
-
setIdentityProviders
-