Uses of Class
org.apache.syncope.common.lib.oidc.OIDCRequest
Packages that use OIDCRequest
Package
Description
-
Uses of OIDCRequest in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return OIDCRequestModifier 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
Methods in org.apache.syncope.core.logic that return OIDCRequestModifier and TypeMethodDescriptionOIDCC4UILogic.createLoginRequest
(String redirectURI, String opName) OIDCC4UILogic.createLogoutRequest
(String accessToken, String redirectURI) -
Uses of OIDCRequest in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return OIDCRequestModifier and TypeMethodDescriptionOIDCC4UIServiceImpl.createLoginRequest
(String redirectURI, String op) OIDCC4UIServiceImpl.createLogoutRequest
(String redirectURI)