public interface ExternalAuthenticationManager
Modifier and Type | Method and Description |
---|---|
void |
authenticateUser(java.lang.String callbackUrls,
java.lang.Object permissionsBlob)
Authenticates a user by calling out to an external authentication service provider.
|
LoginProvider |
getLoginProviderType()
Returns the LMS type supported by the implementing code.
|
boolean |
supports(LoginProvider type)
Returns whether the implementing code manages the integration for the specified LMS.
|
boolean supports(LoginProvider type)
type
- The LMS of interesttrue
when the implementing class manages type
;
otherwise false
LoginProvider getLoginProviderType()
void authenticateUser(java.lang.String callbackUrls, java.lang.Object permissionsBlob)