public interface OAuth20AuthorizationResponseBuilder
OAuth20AuthorizationResponseBuilder that attempts to build the callback url
with the access token, refresh token, etc as part of the authorization phase.
Individual subclasses need to decide how to prepare the uri, and they are typically mapped
to response types.| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.View |
build(org.pac4j.core.context.J2EContext context,
java.lang.String clientId,
AccessTokenRequestDataHolder holder)
Build string.
|
boolean |
supports(org.pac4j.core.context.J2EContext context)
Supports request?
|
org.springframework.web.servlet.View build(org.pac4j.core.context.J2EContext context,
java.lang.String clientId,
AccessTokenRequestDataHolder holder)
context - the contextclientId - the client idholder - the holderboolean supports(org.pac4j.core.context.J2EContext context)
context - the context