public class ShibbolethAuthenticationManager extends Object implements org.springframework.security.authentication.AuthenticationManager
| Constructor and Description |
|---|
ShibbolethAuthenticationManager() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication)
Very simple implementation: the actual authentication is done by Shibboleth.
|
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
throws org.springframework.security.core.AuthenticationException
authenticate in interface org.springframework.security.authentication.AuthenticationManagerauthentication - the unauthenticated tokenorg.springframework.security.core.AuthenticationExceptionCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.