Class BearerTokenServerAuthenticationEntryPoint

java.lang.Object
com.cloudimpl.outstack.spring.security.BearerTokenServerAuthenticationEntryPoint
All Implemented Interfaces:
org.springframework.security.web.server.ServerAuthenticationEntryPoint

public final class BearerTokenServerAuthenticationEntryPoint
extends java.lang.Object
implements org.springframework.security.web.server.ServerAuthenticationEntryPoint
Author:
nuwan
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  BearerTokenServerAuthenticationEntryPoint.Error  
  • Constructor Summary

    Constructors
    Constructor Description
    BearerTokenServerAuthenticationEntryPoint()  
  • Method Summary

    Modifier and Type Method Description
    reactor.core.publisher.Mono<java.lang.Void> commence​(org.springframework.web.server.ServerWebExchange exchange, org.springframework.security.core.AuthenticationException authException)  
    void setRealmName​(java.lang.String realmName)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BearerTokenServerAuthenticationEntryPoint

      public BearerTokenServerAuthenticationEntryPoint()
  • Method Details

    • setRealmName

      public void setRealmName​(java.lang.String realmName)
    • commence

      public reactor.core.publisher.Mono<java.lang.Void> commence​(org.springframework.web.server.ServerWebExchange exchange, org.springframework.security.core.AuthenticationException authException)
      Specified by:
      commence in interface org.springframework.security.web.server.ServerAuthenticationEntryPoint