com.xebialabs.deployit.security.authentication
Class JcrAuthenticationProvider

java.lang.Object
  extended by com.xebialabs.deployit.security.authentication.JcrAuthenticationProvider
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider

public class JcrAuthenticationProvider
extends java.lang.Object
implements org.springframework.security.authentication.AuthenticationProvider


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

Constructor Detail

JcrAuthenticationProvider

public JcrAuthenticationProvider()
Method Detail

authenticate

public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication token)
                                                              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(java.lang.Class<? extends java.lang.Object> authentication)
Specified by:
supports in interface org.springframework.security.authentication.AuthenticationProvider