Uses of Class
com.chutneytesting.security.domain.AuthenticationService
-
Packages that use AuthenticationService Package Description com.chutneytesting.security com.chutneytesting.security.infra.ldap com.chutneytesting.security.infra.memory -
-
Uses of AuthenticationService in com.chutneytesting.security
Methods in com.chutneytesting.security that return AuthenticationService Modifier and Type Method Description AuthenticationServiceChutneySecurityConfig. authenticationService(Authorizations authorizations) -
Uses of AuthenticationService in com.chutneytesting.security.infra.ldap
Methods in com.chutneytesting.security.infra.ldap with parameters of type AuthenticationService Modifier and Type Method Description org.springframework.ldap.core.AttributesMapper<UserDto>LdapConfiguration. attributesMapper(LdapAttributesProperties ldapAttributesProperties, String ldapGroupsPattern, AuthenticationService authenticationService)org.springframework.ldap.core.AttributesMapper<UserDto>LdapTls1_1Configuration. attributesMapper(LdapAttributesProperties ldapAttributesProperties, String ldapGroupsPattern, AuthenticationService authenticationService) -
Uses of AuthenticationService in com.chutneytesting.security.infra.memory
Methods in com.chutneytesting.security.infra.memory with parameters of type AuthenticationService Modifier and Type Method Description InMemoryUserDetailsServiceInMemorySecurityConfiguration. inMemoryUserDetailsService(InMemoryUsersProperties users, AuthenticationService authenticationService)Constructors in com.chutneytesting.security.infra.memory with parameters of type AuthenticationService Constructor Description InMemoryUserDetailsService(InMemoryUsersProperties inMemoryUsersProperties, AuthenticationService authenticationService)
-