public interface AuthProviderMapper
MappedAuthProvider
Modifier and Type | Method and Description |
---|---|
AuthProvider |
getAuthProvider(String username)
Finds a suitable AuthProvider for the user.
|
Set<AuthProvider> |
getAuthProviders()
Returns all providers that are used by this instance.
|
AuthProvider getAuthProvider(String username)
username
- A user identifier (cannot be null or empty).Set<AuthProvider> getAuthProviders()
Copyright © 2003-2008 Jive Software.