com.googlecode.fascinator.portal.security
Class FascinatorSpringSecurityAuthenticationManager
java.lang.Object
com.googlecode.fascinator.portal.security.FascinatorSpringSecurityAuthenticationManager
- All Implemented Interfaces:
- org.springframework.security.authentication.AuthenticationManager
public class FascinatorSpringSecurityAuthenticationManager
- extends Object
- implements org.springframework.security.authentication.AuthenticationManager
Spring Security Authentication Manager This class assumes that the user has
been pre-authenticated by the existing Fascinator Authentication Manager and
simply puts the user on the Spring Security Context
- Author:
- andrewbrazzatti
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FascinatorSpringSecurityAuthenticationManager
public FascinatorSpringSecurityAuthenticationManager()
setRoleManager
public void setRoleManager(RoleManager roleManager)
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authToken)
throws org.springframework.security.core.AuthenticationException
- Specified by:
authenticate in interface org.springframework.security.authentication.AuthenticationManager
- Throws:
org.springframework.security.core.AuthenticationException
Copyright © 2009-2014. All Rights Reserved.