@Deprecated public class OAuth2ClientContextFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<OAuth2ClientContext>
| Constructor and Description |
|---|
OAuth2ClientContextFactoryBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2ClientContext |
getObject()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setBareContext(OAuth2ClientContext bareContext)
Deprecated.
|
void |
setResource(OAuth2ProtectedResourceDetails resource)
Deprecated.
|
void |
setScopedContext(OAuth2ClientContext scopedContext)
Deprecated.
|
public OAuth2ClientContextFactoryBean()
public void setResource(OAuth2ProtectedResourceDetails resource)
resource - the resource to setpublic void setScopedContext(OAuth2ClientContext scopedContext)
scopedContext - the scopedContext to setpublic void setBareContext(OAuth2ClientContext bareContext)
bareContext - the bareContext to setpublic OAuth2ClientContext getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<OAuth2ClientContext>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<OAuth2ClientContext>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<OAuth2ClientContext>Copyright © 2020. All rights reserved.