nl.surfnet.mujina.spring.security
Class CustomAuthenticationProvider

java.lang.Object
  extended by nl.surfnet.mujina.spring.security.CustomAuthenticationProvider
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider

public class CustomAuthenticationProvider
extends Object
implements org.springframework.security.authentication.AuthenticationProvider


Constructor Summary
CustomAuthenticationProvider()
           
 
Method Summary
 org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
           
 boolean supports(Class method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAuthenticationProvider

public CustomAuthenticationProvider()
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 interface org.springframework.security.authentication.AuthenticationProvider
Throws:
org.springframework.security.core.AuthenticationException

supports

public boolean supports(Class method)
Specified by:
supports in interface org.springframework.security.authentication.AuthenticationProvider


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.