Class SamlUserDetailsService
- java.lang.Object
-
- cronapp.framework.authentication.saml.SamlUserDetailsService
-
- All Implemented Interfaces:
org.springframework.security.saml.userdetails.SAMLUserDetailsService
public class SamlUserDetailsService extends Object implements org.springframework.security.saml.userdetails.SAMLUserDetailsService
-
-
Constructor Summary
Constructors Constructor Description SamlUserDetailsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectloadUserBySAML(org.springframework.security.saml.SAMLCredential credential)
-
-
-
Method Detail
-
loadUserBySAML
public Object loadUserBySAML(org.springframework.security.saml.SAMLCredential credential) throws org.springframework.security.core.userdetails.UsernameNotFoundException
- Specified by:
loadUserBySAMLin interfaceorg.springframework.security.saml.userdetails.SAMLUserDetailsService- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
-
-