public static class

TestChainedProvider.MyChainedProvider

extends ChainedUserProvider
implements TestChainedProvider.MyBaseProvider
java.lang.Object
   ↳ bucket.user.providers.ChainedUserProvider
     ↳ bucket.user.providers.TestChainedProvider.MyChainedProvider

Class Overview

Impl of the chained provider we can test with.

Summary

Public Constructors
TestChainedProvider.MyChainedProvider()
Protected Methods
Class getProviderClass()
Get the exact kind of provider we are chaining.
[Expand]
Inherited Methods
From class bucket.user.providers.ChainedUserProvider
From class java.lang.Object
From interface bucket.user.providers.TestChainedProvider.MyBaseProvider
From interface com.opensymphony.user.provider.UserProvider

Public Constructors

public TestChainedProvider.MyChainedProvider ()

Protected Methods

protected Class getProviderClass ()

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.