Interface StitchCredential

    • Method Detail

      • getProviderName

        String getProviderName()
        Returns the authentication provider name that this credential is for. (e.g. local-userpass for the User/Password authentication provider)
        Returns:
        the authentication provider name that this credential is for.
      • getProviderType

        String getProviderType()
        Returns the authentication provider type that this credential is for. (e.g. local-userpass for the User/Password authentication provider)
        Returns:
        the authentication provider type that this credential is for.
      • getMaterial

        Document getMaterial()
        Returns the authentication material for this credential. This is the authentication provider specific information if it's necessary. For example, this could be the username and password of an identity when using the User/Password authentication provider.
        Returns:
        the authentication material for this credential.
      • getProviderCapabilities

        ProviderCapabilities getProviderCapabilities()
        Returns the provider capabilities associated with this credential.
        Returns:
        the provider capabilities associated with this credential.