org.onebusaway.users.impl.authentication
Class DefaultUserAuthenticationProvider

java.lang.Object
  extended by org.onebusaway.users.impl.authentication.DefaultUserAuthenticationProvider
All Implemented Interfaces:
org.springframework.security.providers.AuthenticationProvider

@Component
public class DefaultUserAuthenticationProvider
extends Object
implements org.springframework.security.providers.AuthenticationProvider


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

Constructor Detail

DefaultUserAuthenticationProvider

public DefaultUserAuthenticationProvider()
Method Detail

authenticate

public org.springframework.security.Authentication authenticate(org.springframework.security.Authentication authentication)
                                                         throws org.springframework.security.AuthenticationException
Specified by:
authenticate in interface org.springframework.security.providers.AuthenticationProvider
Throws:
org.springframework.security.AuthenticationException

supports

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


Copyright © 2012 OneBusAway. All Rights Reserved.