@ConstrainedTo(value=ServerSide.class) public class OAuthProviderInjectionProvider extends Object implements Injectable<OAuthProvider>, InjectableProvider<javax.ws.rs.core.Context,Type>
OAuthProvider
implementation.Constructor and Description |
---|
OAuthProviderInjectionProvider(ProviderServices ps) |
Modifier and Type | Method and Description |
---|---|
Injectable |
getInjectable(ComponentContext cc,
javax.ws.rs.core.Context a,
Type t)
Get an injectable.
|
ComponentScope |
getScope()
Get the scope of the injectable provider.
|
OAuthProvider |
getValue()
Get the injectable value.
|
public OAuthProviderInjectionProvider(@Context ProviderServices ps)
public OAuthProvider getValue()
Injectable
getValue
in interface Injectable<OAuthProvider>
public ComponentScope getScope()
InjectableProvider
getScope
in interface InjectableProvider<javax.ws.rs.core.Context,Type>
public Injectable getInjectable(ComponentContext cc, javax.ws.rs.core.Context a, Type t)
InjectableProvider
getInjectable
in interface InjectableProvider<javax.ws.rs.core.Context,Type>
cc
- the injectable contexta
- the annotation instancet
- the context instanceCopyright © 2013 Oracle Corporation. All rights reserved.