Modifier and Type | Method and Description |
---|---|
static LoginProvider |
LoginProvider.getTypeOfId(int id) |
static LoginProvider |
LoginProvider.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoginProvider[] |
LoginProvider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LoginProvider |
LmsType.getLoginProvider() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.RowMapper<LoginProvider> |
JdbcLoginProviderDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcLoginProviderDao.getNVPairs(LoginProvider domObj) |
Modifier and Type | Method and Description |
---|---|
LoginProvider |
ExternalUserInfo.getLoginProvider() |
Constructor and Description |
---|
ExternalUserInfo(LoginProvider loginProvider) |
Modifier and Type | Method and Description |
---|---|
LoginProvider |
LmsIntegrationManager.getLoginProvider() |
Modifier and Type | Method and Description |
---|---|
LoginProvider |
BaseLmsIntegrationManager.getLoginProvider() |
Modifier and Type | Method and Description |
---|---|
LoginProvider |
ExternalAuthenticationManager.getLoginProviderType()
Returns the LMS type supported by the implementing code.
|
Modifier and Type | Method and Description |
---|---|
ExternalAuthenticationManager |
ExternalAuthenticationManagerProvider.getManager(LoginProvider type)
Returns the class implementing the
ExternalAuthenticationManager interface for the
specified LoginProvider. |
boolean |
ExternalAuthenticationManager.supports(LoginProvider type)
Returns whether the implementing code manages the integration for the specified LMS.
|
Modifier and Type | Field and Description |
---|---|
protected LoginProvider |
BaseExternalAuthenticationManager.myProvider |
Modifier and Type | Method and Description |
---|---|
LoginProvider |
BaseExternalAuthenticationManager.getLoginProviderType() |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseExternalAuthenticationManager.supports(LoginProvider type) |
Constructor and Description |
---|
BaseExternalAuthenticationManager(LoginProvider type) |