Uses of Class
org.apache.cxf.rs.security.oauth2.services.ClientRegistration
Packages that use ClientRegistration
-
Uses of ClientRegistration in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return ClientRegistrationModifier and TypeMethodDescriptionprotected ClientRegistrationDynamicRegistrationService.doReadClientRegistration(String clientId) protected ClientRegistrationDynamicRegistrationService.fromClientToClientRegistration(Client c) DynamicRegistrationService.readClientRegistrationWithPath(String clientId) DynamicRegistrationService.readClientRegistrationWithQuery(String clientId) DynamicRegistrationService.updateClientRegistration(String clientId, ClientRegistration request) Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type ClientRegistrationModifier and TypeMethodDescriptionprotected ClientDynamicRegistrationService.createNewClient(ClientRegistration request) protected voidDynamicRegistrationService.fromClientRegistrationToClient(ClientRegistration request, Client client) protected StringDynamicRegistrationService.generateClientSecret(ClientRegistration request) protected intDynamicRegistrationService.getClientSecretSizeInBytes(ClientRegistration request) jakarta.ws.rs.core.ResponseDynamicRegistrationService.register(ClientRegistration request) DynamicRegistrationService.updateClientRegistration(String clientId, ClientRegistration request) -
Uses of ClientRegistration in org.apache.cxf.rs.security.oidc.idp
Methods in org.apache.cxf.rs.security.oidc.idp that return ClientRegistrationModifier and TypeMethodDescriptionprotected ClientRegistrationOidcDynamicRegistrationService.fromClientToClientRegistration(Client client) Methods in org.apache.cxf.rs.security.oidc.idp with parameters of type ClientRegistrationModifier and TypeMethodDescriptionprotected ClientOidcDynamicRegistrationService.createNewClient(ClientRegistration request) protected intOidcDynamicRegistrationService.getClientSecretSizeInBytes(ClientRegistration request)