Package pl.edu.icm.unity.ws.authn.ext
Class HttpBasicRetrieval.Factory
java.lang.Object
pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory<HttpBasicRetrieval>
pl.edu.icm.unity.ws.authn.ext.HttpBasicRetrieval.Factory
- All Implemented Interfaces:
pl.edu.icm.unity.engine.api.authn.CredentialRetrievalFactory,pl.edu.icm.unity.types.DescribedObject,pl.edu.icm.unity.types.NamedObject
- Enclosing class:
- HttpBasicRetrieval
@Component("SOAPHttpBasicRetrievalFactory")
public static class HttpBasicRetrieval.Factory
extends pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory<HttpBasicRetrieval>
-
Constructor Summary
ConstructorsConstructorDescriptionFactory(org.springframework.beans.factory.ObjectFactory<HttpBasicRetrieval> factory) -
Method Summary
Methods inherited from class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory
getDescription, getName, getSupportedBinding, isCredentialExchangeSupported, newInstance
-
Constructor Details
-
Factory
@Autowired public Factory(org.springframework.beans.factory.ObjectFactory<HttpBasicRetrieval> factory)
-