Interface CredentialRetrievalFactory

  • All Superinterfaces:
    pl.edu.icm.unity.types.DescribedObject, pl.edu.icm.unity.types.NamedObject
    All Known Implementing Classes:
    AbstractCredentialRetrievalFactory

    public interface CredentialRetrievalFactory
    extends pl.edu.icm.unity.types.DescribedObject
    Implementations allows for creating CredentialRetrievals of a particular type.
    Author:
    K. Benedyczak
    • Method Detail

      • getSupportedBinding

        java.lang.String getSupportedBinding()
      • isCredentialExchangeSupported

        boolean isCredentialExchangeSupported​(java.lang.String credentialExchangeId)