Toggle navigation
Use Of
Java Examples
Admin
Examples with BaseConfig com.thoughtworks.go.config.server.security.ldap.BaseConfig used on opensource projects
Search in sources :
‹ First
<
2
3
4
5
6
7
‹ First
<
2
3
4
5
6
7
Aggregations
BaseConfig
(com.thoughtworks.go.config.server.security.ldap.BaseConfig)
33
BasesConfig
(com.thoughtworks.go.config.server.security.ldap.BasesConfig)
30
Test
(org.junit.Test)
29
LdapConfig
(com.thoughtworks.go.config.LdapConfig)
15
FilterBasedLdapUserSearch
(org.springframework.security.ldap.search.FilterBasedLdapUserSearch)
11
UsernameNotFoundException
(org.springframework.security.userdetails.UsernameNotFoundException)
7
DirContextOperations
(org.springframework.ldap.core.DirContextOperations)
6
GoCipher
(com.thoughtworks.go.security.GoCipher)
4
AdminsConfig
(com.thoughtworks.go.config.AdminsConfig)
3
PasswordFileConfig
(com.thoughtworks.go.config.PasswordFileConfig)
3
SearchControls
(javax.naming.directory.SearchControls)
3
AttributesMapperCallbackHandler
(org.springframework.ldap.core.AttributesMapperCallbackHandler)
3
HttpLocalizedOperationResult
(com.thoughtworks.go.server.service.result.HttpLocalizedOperationResult)
2
DefaultSpringSecurityContextSource
(org.springframework.security.ldap.DefaultSpringSecurityContextSource)
2
SecurityConfig
(com.thoughtworks.go.config.SecurityConfig)
1
Matchers.containsString
(org.hamcrest.Matchers.containsString)
1
StringContains.containsString
(org.hamcrest.core.StringContains.containsString)
1
AbstractContextSource
(org.springframework.ldap.core.support.AbstractContextSource)
1
LikeFilter
(org.springframework.ldap.filter.LikeFilter)
1
OrFilter
(org.springframework.ldap.filter.OrFilter)
1
UseOf
Java Tutorials :
Simple Java RabbitMQ Example with Spring
Simple Springboot JPA Eclipeslink Example
Simple SpringBoot JPA Hibernate Example
Jackson JSON @JsonIgnore and @JsonIgnoreProperties Examples
Java Infinite recursion (StackOverflowError) Jackson solutions
Simple Java Jackson Serialize Objects to JSON and convert them back To Object
ElasticSearch 5 - Upload files using Java API in binary field Example
Java JAXB marshall unmarshall Examples from String and Stream
Java 8 forEach List and Map examples
ElasticSearch 5 Java API SearchRequestBuilder examples
Java ElasticSearch 5 examples with node index and mapping - running local
Convert String to int or Integer Java 8
Java 9 in action - JShell - Ubuntu
Java - removing invalid characters from a file name
Hello world!? or Hello Tutorial