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 OIDCRequest
OIDCC4UIService. createLoginRequest(String redirectURI, String op)
Generates OpenID Connect authentication request for the Provider matching the provided op.OIDCRequest
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 OIDCRequest Modifier and Type Method Description OIDCRequest
OIDCC4UILogic. createLoginRequest(String redirectURI, String opName)
OIDCRequest
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 OIDCRequest Modifier and Type Method Description OIDCRequest
OIDCC4UIServiceImpl. createLoginRequest(String redirectURI, String op)
OIDCRequest
OIDCC4UIServiceImpl. createLogoutRequest(String redirectURI)
-