Add IAuthenticationService.isConfigured() and use this to exclude...
Add IAuthenticationService.isConfigured() and use this to exclude non-configured services from StackedAuthenticationService. Change timeout configuration for LDAP from milli-seconds to seconds. Add timeout setting for Crowd and set it to 10s by default (used to be 5min hard-coded). SVN: 28162
Showing
- authentication/source/java/ch/systemsx/cisd/authentication/DummyAuthenticationService.java 6 additions, 0 deletions...temsx/cisd/authentication/DummyAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/IAuthenticationService.java 5 additions, 0 deletions.../systemsx/cisd/authentication/IAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/NullAuthenticationService.java 6 additions, 0 deletions...stemsx/cisd/authentication/NullAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationService.java 34 additions, 5 deletions...cisd/authentication/crowd/CrowdAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdConfiguration.java 208 additions, 0 deletions...ystemsx/cisd/authentication/crowd/CrowdConfiguration.java
- authentication/source/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationService.java 6 additions, 0 deletions...isd/authentication/file/CachingAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/file/FileAuthenticationService.java 10 additions, 0 deletions...x/cisd/authentication/file/FileAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPAuthenticationService.java 9 additions, 0 deletions...x/cisd/authentication/ldap/LDAPAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPDirectoryConfiguration.java 30 additions, 24 deletions.../cisd/authentication/ldap/LDAPDirectoryConfiguration.java
- authentication/source/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationService.java 23 additions, 2 deletions.../authentication/stacked/StackedAuthenticationService.java
- authentication/sourceTest/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationServiceTest.java 68 additions, 13 deletions...hentication/stacked/StackedAuthenticationServiceTest.java
- common/source/java/genericCommonContext.xml 10 additions, 4 deletionscommon/source/java/genericCommonContext.xml
- openbis/dist/server/service.properties 23 additions, 11 deletionsopenbis/dist/server/service.properties
Loading
Please register or sign in to comment