Interface IAuthenticationTarget

  • All Superinterfaces:
    Serializable

    public interface IAuthenticationTarget
    extends Serializable
    Common interface describing the target of an authentication request e.g. FORM, BACKEND.
    Since:
    7.2.0
    Author:
    XIMA Media GmbH
    • Method Detail

      • getKey

        @NotEmpty
        @NotEmpty String getKey()
        Returns:
        the unique key that identifies this authentication target.
      • getParameters

        Map<String,​String> getParameters()
        Returns:
        optional parameters of this authentication target, e.g. tokens.