Uses of Class
org.apache.syncope.common.lib.oidc.OIDCRequest
Package
Description
-
Uses of OIDCRequest in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionOIDCC4UIService.createLoginRequest
(String redirectURI, String op) Generates OpenID Connect authentication request for the Provider matching the provided op.OIDCC4UIService.createLogoutRequest
(String redirectURI) Returns the endSession endpoint for the OP matching the requesting access token. -
Uses of OIDCRequest in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionOIDCC4UILogic.createLoginRequest
(String redirectURI, String opName) OIDCC4UILogic.createLogoutRequest
(String accessToken, String redirectURI) -
Uses of OIDCRequest in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionOIDCC4UIServiceImpl.createLoginRequest
(String redirectURI, String op) OIDCC4UIServiceImpl.createLogoutRequest
(String redirectURI)