@Component
public class ExternalAuthenticationManagerProvider
extends java.lang.Object
Constructor and Description |
---|
ExternalAuthenticationManagerProvider() |
Modifier and Type | Method and Description |
---|---|
ExternalAuthenticationManager |
getManager(LoginProvider type)
Returns the class implementing the
ExternalAuthenticationManager interface for the
specified LoginProvider. |
public ExternalAuthenticationManagerProvider()
public ExternalAuthenticationManager getManager(LoginProvider type)
ExternalAuthenticationManager
interface for the
specified LoginProvider.type
- The LMS of interesttype
.