public class SimpleSAMLUserDetailsService extends Object implements org.springframework.security.saml.userdetails.SAMLUserDetailsService
UserDetailsService to check user permissions against a persistent storage and
load your own UserDetails implementation.| Constructor and Description |
|---|
SimpleSAMLUserDetailsService() |
| Modifier and Type | Method and Description |
|---|---|
Object |
loadUserBySAML(org.springframework.security.saml.SAMLCredential credential) |
public Object loadUserBySAML(org.springframework.security.saml.SAMLCredential credential) throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserBySAML in interface org.springframework.security.saml.userdetails.SAMLUserDetailsServiceorg.springframework.security.core.userdetails.UsernameNotFoundExceptionCopyright © 2018. All rights reserved.