Uses of Class
com.chutneytesting.security.api.UserDto
-
-
Uses of UserDto in com.chutneytesting.security
Methods in com.chutneytesting.security that return UserDto Modifier and Type Method Description protected UserDtoChutneyHttpSecurityConfig. anonymous() -
Uses of UserDto in com.chutneytesting.security.api
Methods in com.chutneytesting.security.api that return UserDto Modifier and Type Method Description UserDtoUserController. currentUser(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)UserDtoUserController. loginForwardUser(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Constructors in com.chutneytesting.security.api with parameters of type UserDto Constructor Description UserDto(UserDto copyFrom) -
Uses of UserDto in com.chutneytesting.security.infra
Methods in com.chutneytesting.security.infra that return UserDto Modifier and Type Method Description UserDtoSpringUserService. currentUser() -
Uses of UserDto in com.chutneytesting.security.infra.ldap
Methods in com.chutneytesting.security.infra.ldap that return UserDto Modifier and Type Method Description UserDtoLdapAttributesMapper. mapFromAttributes(Attributes attributes)Methods in com.chutneytesting.security.infra.ldap that return types with arguments of type UserDto 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)Method parameters in com.chutneytesting.security.infra.ldap with type arguments of type UserDto Modifier and Type Method Description LdapUserDetailsServiceLdapConfiguration. ldapUserDetailsService(org.springframework.ldap.core.LdapTemplate ldapTemplate, LdapAttributesProperties ldapAttributesProperties, org.springframework.ldap.core.AttributesMapper<UserDto> attributesMapper)LdapUserDetailsServiceLdapTls1_1Configuration. ldapUserDetailsService(org.springframework.ldap.core.LdapTemplate ldapTemplate, LdapAttributesProperties ldapAttributesProperties, org.springframework.ldap.core.AttributesMapper<UserDto> attributesMapper) -
Uses of UserDto in com.chutneytesting.security.infra.memory
Methods in com.chutneytesting.security.infra.memory that return types with arguments of type UserDto Modifier and Type Method Description List<UserDto>InMemoryUsersProperties. getUsers()Method parameters in com.chutneytesting.security.infra.memory with type arguments of type UserDto Modifier and Type Method Description voidInMemoryUsersProperties. setUsers(List<UserDto> users)
-