Uses of Class
org.apache.syncope.common.lib.oidc.OIDCRequest
-
Packages that use OIDCRequest Package Description org.apache.syncope.common.rest.api.service org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf.service -
-
Uses of OIDCRequest in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return OIDCRequest Modifier and Type Method Description OIDCRequestOIDCC4UIService. createLoginRequest(String redirectURI, String op, boolean reauth)Generates OpenID Connect authentication request for the Provider matching the provided op.OIDCRequestOIDCC4UIService. 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 OIDCRequest Modifier and Type Method Description OIDCRequestOIDCC4UILogic. createLoginRequest(String redirectURI, String opName, boolean reauth)OIDCRequestOIDCC4UILogic. 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 OIDCRequest Modifier and Type Method Description OIDCRequestOIDCC4UIServiceImpl. createLoginRequest(String redirectURI, String op, boolean reauth)OIDCRequestOIDCC4UIServiceImpl. createLogoutRequest(String redirectURI)
-