Interface AuthenticationMean


  • public interface AuthenticationMean
    A mean by which a Principal can be authenticated.

    Examples are: by password (then the AuthenticationMean should contain the password); by a confirmation code sent by SMS (then the AuthenticationMean should contain the phone number) or an email address (then the AuthenticationMean should contain the email address); and so on.