public abstract class AbstractFederationUserDetailsService extends Object implements org.springframework.security.userdetails.AuthenticationUserDetailsService
| Constructor and Description |
|---|
AbstractFederationUserDetailsService() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.userdetails.UserDetails |
loadUserDetails(org.springframework.security.Authentication token) |
protected abstract org.springframework.security.userdetails.UserDetails |
loadUserDetails(org.apache.cxf.fediz.core.processor.FedizResponse response)
Protected template method for construct a
org.springframework.security.core.userdetails.UserDetails
via the supplied FedizResponse |
public AbstractFederationUserDetailsService()
public final org.springframework.security.userdetails.UserDetails loadUserDetails(org.springframework.security.Authentication token)
throws org.springframework.security.userdetails.UsernameNotFoundException
loadUserDetails in interface org.springframework.security.userdetails.AuthenticationUserDetailsServiceorg.springframework.security.userdetails.UsernameNotFoundExceptionprotected abstract org.springframework.security.userdetails.UserDetails loadUserDetails(org.apache.cxf.fediz.core.processor.FedizResponse response)
org.springframework.security.core.userdetails.UserDetails
via the supplied FedizResponseApache Fediz