Class JwtConfigurer

java.lang.Object
com.erudika.para.server.security.JwtConfigurer

public class JwtConfigurer extends Object
JwtConfigurer.
Author:
Alex Bogdanovski [[email protected]]
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addObjectPostProcessor(org.springframework.security.config.annotation.ObjectPostProcessor<?> arg0)
    Deprecated, for removal: This API element is subject to removal in a future version.
    void
    addObjectPostProcessor(org.springframework.security.config.ObjectPostProcessor<?> arg0)
     
    org.springframework.security.config.annotation.web.builders.HttpSecurity
    and()
    Deprecated, for removal: This API element is subject to removal in a future version.
    void
    configure(org.springframework.security.config.annotation.web.builders.HttpSecurity builder)
     
     
    org.springframework.security.config.annotation.web.builders.HttpSecurity
     
    void
    init(org.springframework.security.config.annotation.web.builders.HttpSecurity arg0)
     
    void
    setBuilder(org.springframework.security.config.annotation.web.builders.HttpSecurity arg0)
     
    withObjectPostProcessor(org.springframework.security.config.annotation.ObjectPostProcessor<?> arg0)
    Deprecated, for removal: This API element is subject to removal in a future version.
    withObjectPostProcessor(org.springframework.security.config.ObjectPostProcessor<?> arg0)
     

    Methods inherited from class Object

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

    • JwtConfigurer

      public JwtConfigurer()
      Constructor.
  • Method Details

    • configure

      public void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity builder) throws Exception
      Throws:
      Exception
    • customDsl

      public static JwtConfigurer customDsl()
    • disable

      public org.springframework.security.config.annotation.web.builders.HttpSecurity disable()
    • withObjectPostProcessor

      public JwtConfigurer withObjectPostProcessor(org.springframework.security.config.ObjectPostProcessor<?> arg0)
    • withObjectPostProcessor

      @Deprecated(since="6.4", forRemoval=true) public JwtConfigurer withObjectPostProcessor(org.springframework.security.config.annotation.ObjectPostProcessor<?> arg0)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • init

      public void init(org.springframework.security.config.annotation.web.builders.HttpSecurity arg0) throws Exception
      Throws:
      Exception
    • and

      @Deprecated(since="6.1", forRemoval=true) public org.springframework.security.config.annotation.web.builders.HttpSecurity and()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • addObjectPostProcessor

      public void addObjectPostProcessor(org.springframework.security.config.ObjectPostProcessor<?> arg0)
    • addObjectPostProcessor

      @Deprecated(since="6.4", forRemoval=true) public void addObjectPostProcessor(org.springframework.security.config.annotation.ObjectPostProcessor<?> arg0)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBuilder

      public void setBuilder(org.springframework.security.config.annotation.web.builders.HttpSecurity arg0)