| Package | Description |
|---|---|
| org.ikasan.security.dao | |
| org.ikasan.security.service | |
| org.ikasan.security.service.authentication |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
SecurityDao.getAuthenticationMethod(java.lang.Long id) |
AuthenticationMethod |
HibernateSecurityDao.getAuthenticationMethod(java.lang.Long id) |
AuthenticationMethod |
SecurityDao.getAuthenticationMethodByOrder(long order) |
AuthenticationMethod |
HibernateSecurityDao.getAuthenticationMethodByOrder(long order) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthenticationMethod> |
SecurityDao.getAuthenticationMethods() |
java.util.List<AuthenticationMethod> |
HibernateSecurityDao.getAuthenticationMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityDao.deleteAuthenticationMethod(AuthenticationMethod authenticationMethod) |
void |
HibernateSecurityDao.deleteAuthenticationMethod(AuthenticationMethod authenticationMethod) |
void |
SecurityDao.saveOrUpdateAuthenticationMethod(AuthenticationMethod authenticationMethod) |
void |
HibernateSecurityDao.saveOrUpdateAuthenticationMethod(AuthenticationMethod authenticationMethod) |
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationMethod |
LdapServiceImpl.getAuthenticationMethod() |
AuthenticationMethod |
SecurityService.getAuthenticationMethod(java.lang.Long id) |
AuthenticationMethod |
SecurityServiceImpl.getAuthenticationMethod(java.lang.Long id) |
AuthenticationMethod |
SecurityService.getAuthenticationMethodByOrder(long order) |
AuthenticationMethod |
SecurityServiceImpl.getAuthenticationMethodByOrder(long order) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthenticationMethod> |
SecurityService.getAuthenticationMethods() |
java.util.List<AuthenticationMethod> |
SecurityServiceImpl.getAuthenticationMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityService.deleteAuthenticationMethod(AuthenticationMethod authenticationMethod) |
void |
SecurityServiceImpl.deleteAuthenticationMethod(AuthenticationMethod authenticationMethod) |
void |
SecurityService.saveOrUpdateAuthenticationMethod(AuthenticationMethod authenticationMethod) |
void |
SecurityServiceImpl.saveOrUpdateAuthenticationMethod(AuthenticationMethod authenticationMethod) |
void |
LdapServiceImpl.synchronize(AuthenticationMethod authenticationMethod) |
void |
LdapService.synchronize(AuthenticationMethod authenticationMethod) |
| Constructor and Description |
|---|
AuthenticationServiceImpl(AuthenticationProviderFactory<AuthenticationMethod> authenticationProviderFactory,
SecurityService securityService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.AuthenticationProvider |
AuthenticationProviderFactoryImpl.getAuthenticationProvider(AuthenticationMethod authMethod) |
void |
AuthenticationProviderFactoryImpl.testAuthenticationConnection(AuthenticationMethod authMethod) |
Copyright © 2007-2019 Ikasan. All Rights Reserved.