mitreid-connect
|
公開メンバ関数 | |
Map< String, String > | getOptions (ServerConfiguration server, RegisteredClient client, HttpServletRequest request) |
Map< String, String > | getTokenOptions (ServerConfiguration server, RegisteredClient client, HttpServletRequest request) |
This service provides any extra options that need to be passed to the authentication request, either through the authorization endpoint (getOptions) or the token endpoint (getTokenOptions). These options may depend on the server configuration, client configuration, or HTTP request.
Map<String, String> org.mitre.openid.connect.client.service.AuthRequestOptionsService.getOptions | ( | ServerConfiguration | server, |
RegisteredClient | client, | ||
HttpServletRequest | request | ||
) |
The set of options needed at the authorization endpoint.
server | |
client | |
request |
org.mitre.openid.connect.client.service.impl.StaticAuthRequestOptionsServiceで実装されています。
Map<String, String> org.mitre.openid.connect.client.service.AuthRequestOptionsService.getTokenOptions | ( | ServerConfiguration | server, |
RegisteredClient | client, | ||
HttpServletRequest | request | ||
) |
The set of options needed at the token endpoint.
server | |
client | |
request |
org.mitre.openid.connect.client.service.impl.StaticAuthRequestOptionsServiceで実装されています。