@Component public class AuthenticationServiceRegistryImpl extends Object implements IAuthenticationServiceRegistry, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
AuthenticationServiceRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
IAuthenticationService |
getAuthenticationService(String key)
Return an instance of the authentication service associated with the supplied key.
|
Collection<IAuthenticationService> |
getServices()
Return a list of all currently-registered authentication services.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public IAuthenticationService getAuthenticationService(String key)
IAuthenticationServiceRegistrynull.getAuthenticationService in interface IAuthenticationServiceRegistrypublic Collection<IAuthenticationService> getServices()
IAuthenticationServiceRegistrygetServices in interface IAuthenticationServiceRegistrypublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2015 Jasig. All Rights Reserved.