Class TLSRetrieval.Factory

java.lang.Object
pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory<TLSRetrieval>
pl.edu.icm.unity.ws.authn.ext.TLSRetrieval.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:
TLSRetrieval

@Component("SOAPTLSRetrievalFactory") public static class TLSRetrieval.Factory extends pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory<TLSRetrieval>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Factory(org.springframework.beans.factory.ObjectFactory<TLSRetrieval> factory)
     
  • Method Summary

    Methods inherited from class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory

    getDescription, getName, getSupportedBinding, isCredentialExchangeSupported, newInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Factory

      @Autowired public Factory(org.springframework.beans.factory.ObjectFactory<TLSRetrieval> factory)