Modifier and Type | Method and Description |
---|---|
RegisteredClient |
IntrospectionConfigurationService.getClientConfiguration(String accessToken)
Get the client configuration to use to connect to the
introspection endpoint.
|
Modifier and Type | Method and Description |
---|---|
RegisteredClient |
StaticIntrospectionConfigurationService.getClientConfiguration() |
RegisteredClient |
JWTParsingIntrospectionConfigurationService.getClientConfiguration(String accessToken) |
RegisteredClient |
StaticIntrospectionConfigurationService.getClientConfiguration(String accessToken) |
Modifier and Type | Method and Description |
---|---|
void |
StaticIntrospectionConfigurationService.setClientConfiguration(RegisteredClient client) |
Modifier and Type | Method and Description |
---|---|
static RegisteredClient |
ClientDetailsEntityJsonProcessor.parseRegistered(com.google.gson.JsonElement jsonEl) |
static RegisteredClient |
ClientDetailsEntityJsonProcessor.parseRegistered(String jsonString)
Parse the JSON as a RegisteredClient (useful in the dynamic client filter)
|
Modifier and Type | Method and Description |
---|---|
static com.google.gson.JsonObject |
ClientDetailsEntityJsonProcessor.serialize(RegisteredClient c) |
Modifier and Type | Method and Description |
---|---|
RegisteredClient |
RegisteredClientService.getByIssuer(String issuer)
Get a remembered client (if one exists) to talk to the given issuer.
|
RegisteredClient |
ClientConfigurationService.getClientConfiguration(ServerConfiguration issuer) |
Modifier and Type | Method and Description |
---|---|
String |
AuthRequestUrlBuilder.buildAuthRequestUrl(ServerConfiguration serverConfig,
RegisteredClient clientConfig,
String redirectUri,
String nonce,
String state,
Map<String,String> options,
String loginHint) |
Map<String,String> |
AuthRequestOptionsService.getOptions(ServerConfiguration server,
RegisteredClient client,
javax.servlet.http.HttpServletRequest request)
The set of options needed at the authorization endpoint.
|
Map<String,String> |
AuthRequestOptionsService.getTokenOptions(ServerConfiguration server,
RegisteredClient client,
javax.servlet.http.HttpServletRequest request)
The set of options needed at the token endpoint.
|
void |
RegisteredClientService.save(String issuer,
RegisteredClient client)
Save this client's information for talking to the given issuer.
|
Modifier and Type | Method and Description |
---|---|
RegisteredClient |
InMemoryRegisteredClientService.getByIssuer(String issuer) |
RegisteredClient |
JsonFileRegisteredClientService.getByIssuer(String issuer) |
RegisteredClient |
DynamicRegistrationClientConfigurationService.getClientConfiguration(ServerConfiguration issuer) |
RegisteredClient |
StaticClientConfigurationService.getClientConfiguration(ServerConfiguration issuer)
Get the client configured for this issuer
|
RegisteredClient |
HybridClientConfigurationService.getClientConfiguration(ServerConfiguration issuer) |
RegisteredClient |
DynamicRegistrationClientConfigurationService.getTemplate() |
RegisteredClient |
HybridClientConfigurationService.getTemplate() |
RegisteredClient |
DynamicRegistrationClientConfigurationService.DynamicClientRegistrationLoader.load(ServerConfiguration serverConfig) |
Modifier and Type | Method and Description |
---|---|
Map<String,RegisteredClient> |
StaticClientConfigurationService.getClients() |
Map<String,RegisteredClient> |
HybridClientConfigurationService.getClients() |
Modifier and Type | Method and Description |
---|---|
String |
SignedAuthRequestUrlBuilder.buildAuthRequestUrl(ServerConfiguration serverConfig,
RegisteredClient clientConfig,
String redirectUri,
String nonce,
String state,
Map<String,String> options,
String loginHint) |
String |
PlainAuthRequestUrlBuilder.buildAuthRequestUrl(ServerConfiguration serverConfig,
RegisteredClient clientConfig,
String redirectUri,
String nonce,
String state,
Map<String,String> options,
String loginHint) |
String |
EncryptedAuthRequestUrlBuilder.buildAuthRequestUrl(ServerConfiguration serverConfig,
RegisteredClient clientConfig,
String redirectUri,
String nonce,
String state,
Map<String,String> options,
String loginHint) |
Map<String,String> |
StaticAuthRequestOptionsService.getOptions(ServerConfiguration server,
RegisteredClient client,
javax.servlet.http.HttpServletRequest request) |
Map<String,String> |
StaticAuthRequestOptionsService.getTokenOptions(ServerConfiguration server,
RegisteredClient client,
javax.servlet.http.HttpServletRequest request) |
void |
InMemoryRegisteredClientService.save(String issuer,
RegisteredClient client) |
void |
JsonFileRegisteredClientService.save(String issuer,
RegisteredClient client) |
void |
DynamicRegistrationClientConfigurationService.setTemplate(RegisteredClient template) |
void |
HybridClientConfigurationService.setTemplate(RegisteredClient template) |
Modifier and Type | Method and Description |
---|---|
void |
StaticClientConfigurationService.setClients(Map<String,RegisteredClient> clients) |
void |
HybridClientConfigurationService.setClients(Map<String,RegisteredClient> clients) |
Modifier and Type | Method and Description |
---|---|
RegisteredClient |
SavedRegisteredClient.getRegisteredClient() |
Modifier and Type | Method and Description |
---|---|
void |
SavedRegisteredClient.setRegisteredClient(RegisteredClient registeredClient) |
Modifier and Type | Method and Description |
---|---|
RegisteredClient |
RegisteredClientStringConverter.convertToEntityAttribute(String dbData) |
Modifier and Type | Method and Description |
---|---|
String |
RegisteredClientStringConverter.convertToDatabaseColumn(RegisteredClient attribute) |
Modifier and Type | Method and Description |
---|---|
void |
SavedRegisteredClientService.save(String issuer,
RegisteredClient client) |
Modifier and Type | Method and Description |
---|---|
RegisteredClient |
JpaRegisteredClientService.getByIssuer(String issuer) |
Modifier and Type | Method and Description |
---|---|
void |
JpaRegisteredClientService.save(String issuer,
RegisteredClient client) |
Copyright © 2018. All rights reserved.