Class TeamCityAuthenticationManager
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.auth.TeamCityAuthenticationManager
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationManager
public class TeamCityAuthenticationManager extends Object implements org.springframework.security.authentication.AuthenticationManager
- Author:
- Pavel.Sher Date: 06.08.2007
-
-
Constructor Summary
Constructors Constructor Description TeamCityAuthenticationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.Authentication
authenticate(org.springframework.security.core.Authentication authentication)
-
-
-
Method Detail
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException
- Specified by:
authenticate
in interfaceorg.springframework.security.authentication.AuthenticationManager
- Throws:
org.springframework.security.core.AuthenticationException
-
-