public class StaticAuthRequestOptionsService extends Object implements AuthRequestOptionsService
Constructor and Description |
---|
StaticAuthRequestOptionsService() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getOptions() |
Map<String,String> |
getOptions(ServerConfiguration server,
RegisteredClient client,
javax.servlet.http.HttpServletRequest request)
The set of options needed at the authorization endpoint.
|
Map<String,String> |
getTokenOptions() |
Map<String,String> |
getTokenOptions(ServerConfiguration server,
RegisteredClient client,
javax.servlet.http.HttpServletRequest request)
The set of options needed at the token endpoint.
|
void |
setOptions(Map<String,String> options) |
void |
setTokenOptions(Map<String,String> tokenOptions) |
public StaticAuthRequestOptionsService()
public Map<String,String> getOptions(ServerConfiguration server, RegisteredClient client, javax.servlet.http.HttpServletRequest request)
AuthRequestOptionsService
getOptions
in interface AuthRequestOptionsService
public Map<String,String> getTokenOptions(ServerConfiguration server, RegisteredClient client, javax.servlet.http.HttpServletRequest request)
AuthRequestOptionsService
getTokenOptions
in interface AuthRequestOptionsService
public Map<String,String> getOptions()
public void setOptions(Map<String,String> options)
options
- the options to setpublic Map<String,String> getTokenOptions()
public void setTokenOptions(Map<String,String> tokenOptions)
tokenOptions
- the tokenOptions to setCopyright © 2018. All rights reserved.