public class SAMLAttributesToOpenLUserDetailsService extends Object implements org.springframework.security.saml.userdetails.SAMLUserDetailsService
| Constructor and Description |
|---|
SAMLAttributesToOpenLUserDetailsService(String usernameAttribute,
String firstNameAttribute,
String lastNameAttribute,
String groupsAttribute,
org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper authoritiesMapper) |
| 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.