Skip to content

Commit

Permalink
Deploying to gh-pages - 11:50:08
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Oct 29, 2024
1 parent 3e80cbc commit 8178a4a
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 302 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ <h1 title="Class AuthorizationErrorResponseExceptionHandler" class="title">Class
<dd><code>io.micronaut.http.server.exceptions.ExceptionHandler&lt;<a href="AuthorizationErrorResponseException.html" title="class in io.micronaut.security.oauth2.endpoint.authorization.response">AuthorizationErrorResponseException</a>,<wbr>io.micronaut.http.MutableHttpResponse&lt;?&gt;&gt;</code></dd>
</dl>
<hr>
<div class="type-signature"><span class="annotations">@Singleton
<div class="type-signature"><span class="annotations">@Requires(classes=io.micronaut.http.server.exceptions.ExceptionHandler.class) @Requires(beans=io.micronaut.http.server.exceptions.response.ErrorResponseProcessor.class)
@Singleton
</span><span class="modifiers">public class </span><span class="element-name type-name-label">AuthorizationErrorResponseExceptionHandler</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>
implements io.micronaut.http.server.exceptions.ExceptionHandler&lt;<a href="AuthorizationErrorResponseException.html" title="class in io.micronaut.security.oauth2.endpoint.authorization.response">AuthorizationErrorResponseException</a>,<wbr>io.micronaut.http.MutableHttpResponse&lt;?&gt;&gt;</span></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1 title="Class DefaultOauthController" class="title">Class DefaultOauthControl
<dd><code><a href="OauthController.html" title="interface in io.micronaut.security.oauth2.routes">OauthController</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="annotations">@Requires(beans=<a href="../../handlers/RedirectingLoginHandler.html" title="interface in io.micronaut.security.handlers">RedirectingLoginHandler.class</a>)
<div class="type-signature"><span class="annotations">@Requires(beans={<a href="../../handlers/RedirectingLoginHandler.html" title="interface in io.micronaut.security.handlers">RedirectingLoginHandler.class</a>,io.micronaut.http.server.util.HttpHostResolver.class,io.micronaut.http.server.util.locale.HttpLocaleResolver.class})
@EachBean(<a href="../client/OauthClient.html" title="interface in io.micronaut.security.oauth2.client">OauthClient.class</a>)
</span><span class="modifiers">public class </span><span class="element-name type-name-label">DefaultOauthController</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>
Expand Down
Loading

0 comments on commit 8178a4a

Please sign in to comment.