Class JwtConfigurer
java.lang.Object
com.erudika.para.server.security.JwtConfigurer
JwtConfigurer.
- Author:
 - Alex Bogdanovski [[email protected]]
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddObjectPostProcessor(org.springframework.security.config.annotation.ObjectPostProcessor<?> arg0) Deprecated, for removal: This API element is subject to removal in a future version.voidaddObjectPostProcessor(org.springframework.security.config.ObjectPostProcessor<?> arg0) org.springframework.security.config.annotation.web.builders.HttpSecurityand()Deprecated, for removal: This API element is subject to removal in a future version.voidconfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity builder) static JwtConfigurerorg.springframework.security.config.annotation.web.builders.HttpSecuritydisable()voidinit(org.springframework.security.config.annotation.web.builders.HttpSecurity arg0) voidsetBuilder(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)  
- 
Constructor Details
- 
JwtConfigurer
public JwtConfigurer()Constructor. 
 - 
 - 
Method Details
- 
configure
 - 
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
 - 
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)  
 -