com.googlecode.fascinator.portal.security
Class FascinatorSpringSecurityAuthenticationManager

java.lang.Object
  extended by 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

Constructor Summary
FascinatorSpringSecurityAuthenticationManager()
           
 
Method Summary
 org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authToken)
           
 void setRoleManager(RoleManager roleManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FascinatorSpringSecurityAuthenticationManager

public FascinatorSpringSecurityAuthenticationManager()
Method Detail

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.