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.boolean
isEnrolled
(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:
true
if the user is enrolled, andfalse
otherwise
-
enrolledAccounts
Returns the objects representing the accounts that are enrolled with this authenticator.- Returns:
- the
Set
containing the enrolled accounts
-