Uses of Package
eu.europeana.apikey.keycloak
-
Packages that use eu.europeana.apikey.keycloak Package Description eu.europeana.apikey.controller eu.europeana.apikey.keycloak -
Classes in eu.europeana.apikey.keycloak used by eu.europeana.apikey.controller Class Description CustomKeycloakAuthenticationProvider Authentication provider used to authenticate clients following the client credentials grant typeKeycloakManager Class for working with Keycloak and it's Rest Admin API.
Note that there are 2 client id's used by keycloak: ClientId which is the same as an apikey (string) id which is an internal id (hash) of the client. -
Classes in eu.europeana.apikey.keycloak used by eu.europeana.apikey.keycloak Class Description KeycloakAuthenticationToken KeycloakManager Class for working with Keycloak and it's Rest Admin API.
Note that there are 2 client id's used by keycloak: ClientId which is the same as an apikey (string) id which is an internal id (hash) of the client.KeycloakPrincipal This class implements Principal interface used in Spring security.KeycloakSecurityContext