C D G L O R U
C
- create(OIDCProviderTO) - Method in interface org.apache.syncope.common.rest.api.service.OIDCProviderService
-
Creates a new OIDC Provider.
- createFromDiscovery(OIDCProviderTO) - Method in interface org.apache.syncope.common.rest.api.service.OIDCProviderService
-
Creates a new OIDC Provider by using its Discovery Document.
- createLoginRequest(String, String) - Method in interface org.apache.syncope.common.rest.api.service.OIDCClientService
-
Generates OpenID Connect authentication request for the Provider matching the provided op.
- createLogoutRequest(String) - Method in interface org.apache.syncope.common.rest.api.service.OIDCClientService
-
Returns the endSession endpoint for the provided op.
D
- delete(String) - Method in interface org.apache.syncope.common.rest.api.service.OIDCProviderService
-
Deletes the OIDC Provider with matching key.
G
- getActionsClasses() - Method in interface org.apache.syncope.common.rest.api.service.OIDCProviderService
-
Returns the list of available OIDCProviderActions implementations.
L
- list() - Method in interface org.apache.syncope.common.rest.api.service.OIDCProviderService
-
Returns a list of all defined OIDC Providers.
- login(String, String, String) - Method in interface org.apache.syncope.common.rest.api.service.OIDCClientService
-
Uses the provided authorization code to go through the OpenID Connect tokens process and finally creates JWT for
the matching user, if found.
O
- OIDCClientService - Interface in org.apache.syncope.common.rest.api.service
-
REST operations for OpenID Connect Clients.
- OIDCProviderService - Interface in org.apache.syncope.common.rest.api.service
-
REST operations for OpenID Connect Providers.
- org.apache.syncope.common.rest.api.service - package org.apache.syncope.common.rest.api.service
-
R
- read(String) - Method in interface org.apache.syncope.common.rest.api.service.OIDCProviderService
-
Returns the OIDC Provider with matching key, if available.
U
- update(OIDCProviderTO) - Method in interface org.apache.syncope.common.rest.api.service.OIDCProviderService
-
Updates the OIDC Provider with matching key.
C D G L O R U
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.