Uses of Class
org.apache.syncope.common.lib.oidc.OIDCLoginResponse
Package
Description
-
Uses of OIDCLoginResponse in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionUses the provided authorization code to go through the OpenID Connect tokens process and finally creates JWT for the matching user, if found. -
Uses of OIDCLoginResponse in org.apache.syncope.core.logic
Modifier and TypeMethodDescription -
Uses of OIDCLoginResponse in org.apache.syncope.core.logic.oidc
Modifier and TypeMethodDescriptionOIDCUserManager.create
(OIDCC4UIProvider op, OIDCLoginResponse responseTO, String defaultUsername) void
OIDCUserManager.fill
(OIDCC4UIProvider op, OIDCLoginResponse loginResponse, UserTO userTO) OIDCUserManager.update
(String username, OIDCC4UIProvider op, OIDCLoginResponse responseTO) -
Uses of OIDCLoginResponse in org.apache.syncope.core.provisioning.api
Modifier and TypeMethodDescriptiondefault UserTO
OIDCC4UIProviderActions.afterCreate
(UserTO input, OIDCLoginResponse loginResponse) default UserTO
OIDCC4UIProviderActions.afterUpdate
(UserTO input, OIDCLoginResponse loginResponse) default UserCR
OIDCC4UIProviderActions.beforeCreate
(UserCR input, OIDCLoginResponse loginResponse) default UserUR
OIDCC4UIProviderActions.beforeUpdate
(UserUR input, OIDCLoginResponse loginResponse) -
Uses of OIDCLoginResponse in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescription