public interface IAuthenticationServiceRegistry
| 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.
|
IAuthenticationService getAuthenticationService(String key)
null.key - Collection<IAuthenticationService> getServices()
Copyright © 2015 Jasig. All Rights Reserved.