Interface Certification


public interface Certification
Certification to identify a user. e.g.
  • username + password
  • phone + sms captcha
  • email + captcha
  • OAuth
  • Method Summary

    Modifier and Type
    Method
    Description
    identity for this Certification, e.g.
    identity for the user principle that this certification is binding to, e.g.
  • Method Details

    • getIdentity

      String getIdentity()
      identity for this Certification, e.g. username, phone number, email address, etc.
    • getUserPrincipalIdentity

      String getUserPrincipalIdentity()
      identity for the user principle that this certification is binding to, e.g. account.id / user.id