Package ch.patchcode.jback.secModel
Interface AuthenticationMean
-
public interface AuthenticationMeanA mean by which aPrincipalcan be authenticated.Examples are: by password (then the
AuthenticationMeanshould contain the password); by a confirmation code sent by SMS (then theAuthenticationMeanshould contain the phone number) or an email address (then theAuthenticationMeanshould contain the email address); and so on.