All Classes
-
All Classes Class Summary Enum Summary Class Description AdminKeycloakController AuthController AuthenticatedService ClientsAPI ContainerConfigurationSerializer Jackson serializer for ContainerConfigurationContainerContextSerializer Jackson serializer for ContainerContextCreateTempFileCheck this class is used to add checks about components used by the service (DB, external FS, other services etc. ) and automatically exposed using the REST method webapp/gcube/resources/healthErrorMessages ExcludeAuthorizationService ForbiddenExceptionMapper HelloService IDMExceptionMapper IdMManager This class is use to Manage the application initialization and shutdown per context; The init and shutdown methods are called one per context in which the app is running respectively at init and a shutdown time.IdmObjectSerializator Jackson Serialization utils for Smartgear Context classesJwtAPI JWTController KCClientsController KCClientsController.REPR KCGroupsController KCGroupsController.REPR KCRolesController KCRolesController.REPR KCUserController KCUserController.REPR KeycloackApiClient KeycloakTestService KkClientFactory LiferayClientFactory LiferayProfileClient OwnerSerializer Jackson serializer for OwnerResponseBean Response beanResponseBeanMap Response beanResponseBeanPaginated Response beanRolesAPI ServiceEndpointAccessPointSerializer Jackson serializer for ServiceEndpoint.AccessPointSimpleCredentialsSerializer Jackson serializer for SimpleCredentialsSocialPeopleAPI SocialUsersAPI TokensUtils Tokens utils methodsUserAPI The REST API to interact with the keycloak usersUserAPI.USER_DETAILS Returns informations about the user received as parameter (can be also me) Normal member users can use only "me" or his username as parameter Users with "idm-service-read" or "idm-service-admin" role can invoke this method with any username accepted parameters are: profile: returns the profile of the user in the Liferay CMS (only if the user is not a service) email: returns the email of the user from the authentication service user: the user representation from the authentication service if the optional parameter inspect is passed as true, returns additional values: roles_realm: roles in realm for the user from the authentication service roles_clients: roles in clients for the user from the authentication service groups: id of the user from the authentication service username: username of the user from the authentication service name: Fullname of the user from the authentication service attributes: attributes of the user from the authentication service user: full user from the authentication service profile: profile of the user from the Liferay CMS service