Uses of Class
org.apache.syncope.common.lib.oidc.OIDCLoginResponse
Packages that use OIDCLoginResponse
Package
Description
-
Uses of OIDCLoginResponse in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return OIDCLoginResponseModifier 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
Methods in org.apache.syncope.core.logic that return OIDCLoginResponseModifier and TypeMethodDescription -
Uses of OIDCLoginResponse in org.apache.syncope.core.logic.oidc
Methods in org.apache.syncope.core.logic.oidc with parameters of type OIDCLoginResponseModifier 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
Methods in org.apache.syncope.core.provisioning.api with parameters of type OIDCLoginResponseModifier 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
Methods in org.apache.syncope.core.rest.cxf.service that return OIDCLoginResponseModifier and TypeMethodDescription