Interface UserEnrollment.SdkUserEnrollment
- All Superinterfaces:
UserEnrollment
- Enclosing interface:
- UserEnrollment
The object containing the user enrollment information for an authenticator whose
credentials are managed by the SDK (like the PIN authenticator).
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.localdata.UserEnrollment
UserEnrollment.OsUserEnrollment, UserEnrollment.SdkUserEnrollment -
Method Summary
Modifier and TypeMethodDescriptionReturns the objects representing the accounts that are enrolled with this authenticator.booleanisEnrolled(String username) Tells whether a given user is enrolled or not
-
Method Details
-
isEnrolled
Tells whether a given user is enrolled or not- Parameters:
username- the username- Returns:
trueif the user is enrolled, andfalseotherwise
-
enrolledAccounts
Returns the objects representing the accounts that are enrolled with this authenticator.- Returns:
- the
Setcontaining the enrolled accounts
-