Package pl.edu.icm.unity.ws.authn.ext
Class JWTRetrieval.Factory
java.lang.Object
pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory<JWTRetrieval>
pl.edu.icm.unity.ws.authn.ext.JWTRetrieval.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:
- JWTRetrieval
@Component("SOAPJWTRetrievalFactory")
public static class JWTRetrieval.Factory
extends pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory<JWTRetrieval>
-
Constructor Summary
ConstructorsConstructorDescriptionFactory(org.springframework.beans.factory.ObjectFactory<JWTRetrieval> factory) -
Method Summary
Methods inherited from class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrievalFactory
getDescription, getName, getSupportedBinding, isCredentialExchangeSupported, newInstance
-
Constructor Details
-
Factory
-