bucket.user.providers
Class ChainedCredentialsProvider
java.lang.Object
bucket.user.providers.ChainedUserProvider
bucket.user.providers.ChainedCredentialsProvider
- All Implemented Interfaces:
- com.opensymphony.user.provider.CredentialsProvider, com.opensymphony.user.provider.UserProvider, java.io.Serializable
- Direct Known Subclasses:
- CachingCredentialsProvider
public class ChainedCredentialsProvider
- extends ChainedUserProvider
- implements com.opensymphony.user.provider.CredentialsProvider
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.opensymphony.user.provider.UserProvider |
create, flushCaches, handles, init, list, load, remove, store |
ChainedCredentialsProvider
public ChainedCredentialsProvider()
getProviderClass
protected java.lang.Class getProviderClass()
- Description copied from class:
ChainedUserProvider
- Get the exact kind of provider we are chaining. Concrete subclasses should return the class
we are enforcing providers to be a type of: i.e. AccessProvider, CredentialsProvider
or ProfileProvider.
If this provider class isn't a sub-type of UserProvider, things will fall over
in a painful fashion.
- Specified by:
getProviderClass
in class ChainedUserProvider
getNextCredentialsProvider
protected com.opensymphony.user.provider.CredentialsProvider getNextCredentialsProvider()
authenticate
public boolean authenticate(java.lang.String s,
java.lang.String s1)
- Specified by:
authenticate
in interface com.opensymphony.user.provider.CredentialsProvider
changePassword
public boolean changePassword(java.lang.String s,
java.lang.String s1)
- Specified by:
changePassword
in interface com.opensymphony.user.provider.CredentialsProvider
Copyright © 2003-2013 Atlassian. All Rights Reserved.