public class ChainedCredentialsProvider extends ChainedUserProvider implements com.opensymphony.user.provider.CredentialsProvider
Constructor and Description |
---|
ChainedCredentialsProvider() |
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(String s,
String s1) |
boolean |
changePassword(String s,
String s1) |
protected com.opensymphony.user.provider.CredentialsProvider |
getNextCredentialsProvider() |
protected Class |
getProviderClass()
Get the exact kind of provider we are chaining.
|
create, flushCaches, getNextProvider, handles, init, list, load, remove, store
protected Class getProviderClass()
ChainedUserProvider
If this provider class isn't a sub-type of UserProvider, things will fall over in a painful fashion.
getProviderClass
in class ChainedUserProvider
protected com.opensymphony.user.provider.CredentialsProvider getNextCredentialsProvider()
public boolean authenticate(String s, String s1)
authenticate
in interface com.opensymphony.user.provider.CredentialsProvider
Copyright © 2003–2017 Atlassian. All rights reserved.