Class TemplateMapper
-
- All Implemented Interfaces:
public final class TemplateMapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTemplateMapper.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static TemplateMapper.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description TemplateMapper(Configuration config)
-
Method Summary
Modifier and Type Method Description final StringloginHtml(OAuth2HttpRequest oAuth2HttpRequest)final StringdebuggerCallbackHtml(String tokenRequest, String tokenResponse)final StringdebuggerErrorHtml(HttpUrl debuggerUrl, String stacktrace)final StringdebuggerFormHtml(HttpUrl url, String clientAuthMethod)final StringauthorizationCodeResponseHtml(String redirectUri, String code, String state)-
-
Method Detail
-
loginHtml
final String loginHtml(OAuth2HttpRequest oAuth2HttpRequest)
-
debuggerCallbackHtml
final String debuggerCallbackHtml(String tokenRequest, String tokenResponse)
-
debuggerErrorHtml
final String debuggerErrorHtml(HttpUrl debuggerUrl, String stacktrace)
-
debuggerFormHtml
final String debuggerFormHtml(HttpUrl url, String clientAuthMethod)
-
authorizationCodeResponseHtml
final String authorizationCodeResponseHtml(String redirectUri, String code, String state)
-
-
-
-