change: remove the need for authentication the application as it can be done...
change: remove the need for authentication the application as it can be done within the authentication service class; keep the old methods for backward compatibility for now SVN: 17164
Showing
- authentication/source/java/ch/systemsx/cisd/authentication/DefaultSessionManager.java 1 addition, 9 deletions...h/systemsx/cisd/authentication/DefaultSessionManager.java
- authentication/source/java/ch/systemsx/cisd/authentication/DummyAuthenticationService.java 45 additions, 6 deletions...temsx/cisd/authentication/DummyAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/IAuthenticationService.java 114 additions, 39 deletions.../systemsx/cisd/authentication/IAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/NullAuthenticationService.java 37 additions, 0 deletions...stemsx/cisd/authentication/NullAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationService.java 168 additions, 50 deletions...cisd/authentication/crowd/CrowdAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/file/FileAuthenticationService.java 43 additions, 32 deletions...x/cisd/authentication/file/FileAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPAuthenticationService.java 39 additions, 1 deletion...x/cisd/authentication/ldap/LDAPAuthenticationService.java
- authentication/source/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationService.java 51 additions, 56 deletions.../authentication/stacked/StackedAuthenticationService.java
- authentication/sourceTest/java/ch/systemsx/cisd/authentication/DefaultSessionManagerTest.java 4 additions, 20 deletions...stemsx/cisd/authentication/DefaultSessionManagerTest.java
- authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java 52 additions, 68 deletions.../authentication/crowd/CrowdAuthenticationServiceTest.java
- authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/RealCrowdAuthenticationTest.java 18 additions, 5 deletions...isd/authentication/crowd/RealCrowdAuthenticationTest.java
- authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/FileAuthenticationServiceTest.java 4 additions, 31 deletions...sd/authentication/file/FileAuthenticationServiceTest.java
- authentication/sourceTest/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationServiceTest.java 24 additions, 186 deletions...hentication/stacked/StackedAuthenticationServiceTest.java
Loading
Please register or sign in to comment