nl.surfnet.spring.security.opensaml
Class SAMLResponseAuthenticationProvider

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

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


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

Constructor Detail

SAMLResponseAuthenticationProvider

public SAMLResponseAuthenticationProvider(AssertionConsumer assertionConsumer)
Method Detail

authenticate

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


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