Package | Description |
---|---|
org.apache.cxf.rs.security.oauth2.services | |
org.apache.cxf.rs.security.oidc.idp |
Modifier and Type | Method and Description |
---|---|
protected ClientRegistration |
DynamicRegistrationService.doReadClientRegistration(String clientId) |
protected ClientRegistration |
DynamicRegistrationService.fromClientToClientRegistration(Client c) |
ClientRegistration |
DynamicRegistrationService.readClientRegistrationWithPath(String clientId) |
ClientRegistration |
DynamicRegistrationService.readClientRegistrationWithQuery(String clientId) |
ClientRegistration |
DynamicRegistrationService.updateClientRegistration(String clientId,
ClientRegistration request) |
Modifier and Type | Method and Description |
---|---|
protected Client |
DynamicRegistrationService.createNewClient(ClientRegistration request) |
protected void |
DynamicRegistrationService.fromClientRegistrationToClient(ClientRegistration request,
Client client) |
protected String |
DynamicRegistrationService.generateClientSecret(ClientRegistration request) |
protected int |
DynamicRegistrationService.getClientSecretSizeInBytes(ClientRegistration request) |
javax.ws.rs.core.Response |
DynamicRegistrationService.register(ClientRegistration request) |
ClientRegistration |
DynamicRegistrationService.updateClientRegistration(String clientId,
ClientRegistration request) |
Modifier and Type | Method and Description |
---|---|
protected ClientRegistration |
OidcDynamicRegistrationService.fromClientToClientRegistration(Client client) |
Modifier and Type | Method and Description |
---|---|
protected Client |
OidcDynamicRegistrationService.createNewClient(ClientRegistration request) |
protected int |
OidcDynamicRegistrationService.getClientSecretSizeInBytes(ClientRegistration request) |
Apache CXF