Class UsernamePasswoordCredentialsFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
net.shibboleth.shared.spring.factory.AbstractComponentAwareFactoryBean<org.apache.hc.client5.http.auth.UsernamePasswordCredentials>
net.shibboleth.shared.spring.httpclient.factory.UsernamePasswordCredentialsFactoryBean
net.shibboleth.shared.spring.httpclient.factory.UsernamePasswoordCredentialsFactoryBean
- All Implemented Interfaces:
Aware,BeanClassLoaderAware,BeanFactoryAware,DisposableBean,FactoryBean<org.apache.hc.client5.http.auth.UsernamePasswordCredentials>,InitializingBean
Deprecated.
Factory bean for
UsernamePasswordCredentials.
Mainly for insulation from Apache client API.
- Since:
- 9.0.0
-
Field Summary
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
loggerFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.shared.spring.httpclient.factory.UsernamePasswordCredentialsFactoryBean
doCreateInstance, getObjectType, setPassword, setUsernameMethods inherited from class net.shibboleth.shared.spring.factory.AbstractComponentAwareFactoryBean
createInstance, destroyInstance, setThrowIfNullMethods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
UsernamePasswoordCredentialsFactoryBean
public UsernamePasswoordCredentialsFactoryBean()Deprecated.
-
UsernamePasswordCredentials