public class OidcDynamicRegistrationService
extends org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationService
| Constructor and Description |
|---|
OidcDynamicRegistrationService() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.rs.security.oauth2.common.Client |
createNewClient(org.apache.cxf.rs.security.oauth2.services.ClientRegistration request) |
protected org.apache.cxf.rs.security.oauth2.services.ClientRegistration |
fromClientToClientRegistration(org.apache.cxf.rs.security.oauth2.common.Client client) |
protected int |
getClientSecretSizeInBytes(org.apache.cxf.rs.security.oauth2.services.ClientRegistration request) |
void |
setProtectIdTokenWithClientSecret(boolean protectIdTokenWithClientSecret) |
checkInitialAuthentication, checkRegistrationAccessToken, checkSecurityContext, createRegAccessToken, deleteClientRegistration, doReadClientRegistration, fromClientRegistrationToClient, fromClientToRegistrationResponse, generateClientId, generateClientSecret, getClientIdSizeInBytes, getInitialAccessToken, getMessageContext, getRequestAccessToken, isPasswordRequired, readClient, readClientRegistrationWithPath, readClientRegistrationWithQuery, register, setClientIdSizeInBytes, setClientProvider, setInitialAccessToken, setMessageContext, setSupportRegistrationAccessTokens, setUserRole, updateClientRegistration, validateRequestUriprotected org.apache.cxf.rs.security.oauth2.common.Client createNewClient(org.apache.cxf.rs.security.oauth2.services.ClientRegistration request)
createNewClient in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationServiceprotected org.apache.cxf.rs.security.oauth2.services.ClientRegistration fromClientToClientRegistration(org.apache.cxf.rs.security.oauth2.common.Client client)
fromClientToClientRegistration in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationServiceprotected int getClientSecretSizeInBytes(org.apache.cxf.rs.security.oauth2.services.ClientRegistration request)
getClientSecretSizeInBytes in class org.apache.cxf.rs.security.oauth2.services.DynamicRegistrationServicepublic void setProtectIdTokenWithClientSecret(boolean protectIdTokenWithClientSecret)
Apache CXF