Interface UserEnrollment.SdkUserEnrollment

All Superinterfaces:
UserEnrollment
Enclosing interface:
UserEnrollment

public static interface UserEnrollment.SdkUserEnrollment extends UserEnrollment
The object containing the user enrollment information for an authenticator whose credentials are managed by the SDK (like the PIN authenticator).
  • Method Details

    • isEnrolled

      boolean isEnrolled(String username)
      Tells whether a given user is enrolled or not
      Parameters:
      username - the username
      Returns:
      true if the user is enrolled, and false otherwise
    • enrolledAccounts

      Set<Account> enrolledAccounts()
      Returns the objects representing the accounts that are enrolled with this authenticator.
      Returns:
      the Set containing the enrolled accounts