Package be.personify.iam.scim.init
Class SpringConfig
- java.lang.Object
-
- be.personify.iam.scim.init.SpringConfig
-
@Configuration @EnableScheduling @EnableAsync public class SpringConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description SpringConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.web.servlet.FilterRegistrationBean<javax.servlet.Filter>authenticationFilters()AuthenticationUtilsauthenticationUtils()CryptUtilscryptUtils()org.springframework.web.filter.CommonsRequestLoggingFilterlogFilter()PatchUtilspatchUtils()PropertyFactorypropertyFactory()SchemaReaderschemaReader()TokenUtilstokenUtils()
-
-
-
Method Detail
-
authenticationFilters
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<javax.servlet.Filter> authenticationFilters()
-
cryptUtils
@Bean public CryptUtils cryptUtils()
-
tokenUtils
@Bean public TokenUtils tokenUtils()
-
authenticationUtils
@Bean public AuthenticationUtils authenticationUtils()
-
propertyFactory
@Bean public PropertyFactory propertyFactory()
-
schemaReader
@Bean public SchemaReader schemaReader()
-
patchUtils
@Bean public PatchUtils patchUtils()
-
logFilter
@Bean public org.springframework.web.filter.CommonsRequestLoggingFilter logFilter()
-
-