Modifier and Type | Method and Description |
---|---|
OIDCLoginResponseTO |
OIDCClientService.login(String redirectURI,
String authorizationCode,
String op)
Uses the provided authorization code to go through the OpenID Connect tokens process and finally creates JWT for
the matching user, if found.
|
Modifier and Type | Method and Description |
---|---|
OIDCLoginResponseTO |
OIDCClientLogic.login(String redirectURI,
String authorizationCode,
String opName) |
Modifier and Type | Method and Description |
---|---|
String |
OIDCUserManager.create(OIDCProvider op,
OIDCLoginResponseTO responseTO,
String email) |
void |
OIDCUserManager.fill(OIDCProvider op,
OIDCLoginResponseTO responseTO,
UserTO userTO) |
String |
OIDCUserManager.update(String username,
OIDCProvider op,
OIDCLoginResponseTO responseTO) |
Modifier and Type | Method and Description |
---|---|
default UserTO |
OIDCProviderActions.afterCreate(UserTO input,
OIDCLoginResponseTO loginResponse) |
default UserTO |
OIDCProviderActions.afterUpdate(UserTO input,
OIDCLoginResponseTO loginResponse) |
default UserTO |
OIDCProviderActions.beforeCreate(UserTO input,
OIDCLoginResponseTO loginResponse) |
default UserPatch |
OIDCProviderActions.beforeUpdate(UserPatch input,
OIDCLoginResponseTO loginResponse) |
Modifier and Type | Method and Description |
---|---|
OIDCLoginResponseTO |
OIDCClientServiceImpl.login(String redirectURI,
String authorizationCode,
String op) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.