|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.social.core.oauth.AuthenticationHandlerProvider
public class AuthenticationHandlerProvider
Guice provider of an ordered list of Authentication Providers
| Field Summary | |
|---|---|
protected java.util.List<AuthenticationHandler> |
handlers
|
| Constructor Summary | |
|---|---|
AuthenticationHandlerProvider(OAuth2AuthenticationHandler oauth2Handler,
UrlParameterAuthenticationHandler urlParam,
OAuthAuthenticationHandler threeLeggedOAuth,
AnonymousAuthenticationHandler anonymous)
|
|
| Method Summary | |
|---|---|
java.util.List<AuthenticationHandler> |
get()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<AuthenticationHandler> handlers
| Constructor Detail |
|---|
@Inject
public AuthenticationHandlerProvider(OAuth2AuthenticationHandler oauth2Handler,
UrlParameterAuthenticationHandler urlParam,
OAuthAuthenticationHandler threeLeggedOAuth,
AnonymousAuthenticationHandler anonymous)
| Method Detail |
|---|
public java.util.List<AuthenticationHandler> get()
get in interface javax.inject.Provider<java.util.List<AuthenticationHandler>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||