|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.oauth.server.OAuthProviderInjectionProvider
@Provider @ConstrainedTo(value=ServerSide.class) public class OAuthProviderInjectionProvider
Provider that handles the injection of the application-specific OAuthProvider
implementation.
Constructor Summary | |
---|---|
OAuthProviderInjectionProvider()
|
Method Summary | |
---|---|
Injectable |
getInjectable(ComponentContext cc,
Context a,
Type t)
Get an injectable. |
ComponentScope |
getScope()
Get the scope of the injectable provider. |
OAuthProvider |
getValue()
Get the injectable value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OAuthProviderInjectionProvider()
Method Detail |
---|
public OAuthProvider getValue()
Injectable
getValue
in interface Injectable<OAuthProvider>
public ComponentScope getScope()
InjectableProvider
getScope
in interface InjectableProvider<Context,Type>
public Injectable getInjectable(ComponentContext cc, Context a, Type t)
InjectableProvider
getInjectable
in interface InjectableProvider<Context,Type>
cc
- the injectable contexta
- the annotation instancet
- the context instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |