Searched refs:authenticator (Results 76 - 100 of 135) sorted by relevance

123456

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/oath/
H A DOathLayout.java17 package com.forgerock.authenticator.mechanisms.oath;
33 import com.forgerock.authenticator.baseactivities.BaseMechanismActivity;
34 import com.forgerock.authenticator.mechanisms.base.Mechanism;
35 import com.forgerock.authenticator.ui.MechanismIcon;
36 import com.forgerock.authenticator.ui.ProgressCircle;
37 import com.forgerock.authenticator.R;
38 import com.forgerock.authenticator.delete.DeleteMechanismActivity;
39 import com.forgerock.authenticator.mechanisms.base.MechanismLayout;
H A DOath.java19 package com.forgerock.authenticator.mechanisms.oath;
23 import com.forgerock.authenticator.identity.Identity;
24 import com.forgerock.authenticator.mechanisms.base.Mechanism;
25 import com.forgerock.authenticator.mechanisms.base.MechanismInfo;
26 import com.forgerock.authenticator.mechanisms.MechanismCreationException;
27 import com.forgerock.authenticator.storage.IdentityModel;
28 import com.forgerock.authenticator.utils.TimeKeeper;
29 import com.google.android.apps.authenticator.Base32String;
30 import com.google.android.apps.authenticator.Base32String.DecodingException;
49 * Responsible for representing a Token in the authenticator applicatio
[all...]
/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/utils/
H A DMessageUtilsTest.java17 package com.forgerock.authenticator.utils;
19 import com.forgerock.authenticator.BuildConfig;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DIDPSSOFederateTest.java59 private SAMLAuthenticator authenticator; field in class:IDPSSOFederateTest
75 anyBoolean())).thenReturn(authenticator);
100 Mockito.verifyZeroInteractions(authenticator, authenticationLookup);
118 Mockito.verify(authenticator).authenticate();
138 Mockito.verifyZeroInteractions(authenticator);
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/
H A DNotificationActivity.java17 package com.forgerock.authenticator;
27 import com.forgerock.authenticator.baseactivities.BaseMechanismActivity;
28 import com.forgerock.authenticator.mechanisms.base.Mechanism;
29 import com.forgerock.authenticator.notifications.NotificationAdapter;
30 import com.forgerock.authenticator.storage.IdentityModelListener;
H A DSettingsActivity.java17 package com.forgerock.authenticator;
31 import com.forgerock.authenticator.baseactivities.BaseActivity;
32 import com.forgerock.authenticator.mechanisms.base.Mechanism;
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DNotificationAdapter.java17 package com.forgerock.authenticator.notifications;
26 import com.forgerock.authenticator.R;
27 import com.forgerock.authenticator.mechanisms.base.Mechanism;
28 import com.forgerock.authenticator.model.SortedList;
29 import com.forgerock.authenticator.storage.IdentityModel;
H A DNotificationLayout.java17 package com.forgerock.authenticator.notifications;
27 import com.forgerock.authenticator.R;
28 import com.forgerock.authenticator.baseactivities.BaseNotificationActivity;
29 import com.forgerock.authenticator.mechanisms.push.PushAuthActivity;
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DIDPSSOFederateTest.java59 private SAMLAuthenticator authenticator; field in class:IDPSSOFederateTest
75 anyBoolean())).thenReturn(authenticator);
100 Mockito.verifyZeroInteractions(authenticator, authenticationLookup);
118 Mockito.verify(authenticator).authenticate();
138 Mockito.verifyZeroInteractions(authenticator);
/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/identity/
H A DIdentityLayoutTest.java17 package com.forgerock.authenticator.identity;
29 import com.forgerock.authenticator.BuildConfig;
30 import com.forgerock.authenticator.MechanismActivity;
31 import com.forgerock.authenticator.R;
32 import com.forgerock.authenticator.TestGuiceModule;
33 import com.forgerock.authenticator.delete.DeleteIdentityActivity;
34 import com.forgerock.authenticator.mechanisms.base.Mechanism;
35 import com.forgerock.authenticator.mechanisms.base.MechanismInfo;
36 import com.forgerock.authenticator.storage.IdentityModel;
37 import com.forgerock.authenticator
[all...]
H A DIdentityTest.java17 package com.forgerock.authenticator.identity;
19 import com.forgerock.authenticator.mechanisms.MechanismCreationException;
20 import com.forgerock.authenticator.mechanisms.base.Mechanism;
21 import com.forgerock.authenticator.mechanisms.oath.Oath;
22 import com.forgerock.authenticator.storage.IdentityDatabase;
23 import com.forgerock.authenticator.storage.IdentityModel;
/forgerock/authenticator-android-v2/app/src/androidTest/java/com/forgerock/authenticator/
H A DMechanismActivityTest.java17 package com.forgerock.authenticator;
25 import com.forgerock.authenticator.baseactivities.BaseIdentityActivity;
26 import com.forgerock.authenticator.identity.Identity;
27 import com.forgerock.authenticator.mechanisms.base.Mechanism;
28 import com.forgerock.authenticator.mechanisms.oath.Oath;
29 import com.forgerock.authenticator.mechanisms.push.Push;
30 import com.forgerock.authenticator.storage.IdentityModel;
H A DTestDevice.java17 package com.forgerock.authenticator;
H A DPushAuthActivityTest.java17 package com.forgerock.authenticator;
32 import com.forgerock.authenticator.identity.Identity;
33 import com.forgerock.authenticator.mechanisms.base.Mechanism;
34 import com.forgerock.authenticator.mechanisms.push.Push;
35 import com.forgerock.authenticator.mechanisms.push.PushAuthActivity;
36 import com.forgerock.authenticator.notifications.Notification;
37 import com.forgerock.authenticator.notifications.PushNotification;
38 import com.forgerock.authenticator.storage.IdentityModel;
H A DIdentityActivityTest.java17 package com.forgerock.authenticator;
28 import com.forgerock.authenticator.identity.Identity;
29 import com.forgerock.authenticator.identity.IdentityLayout;
30 import com.forgerock.authenticator.mechanisms.oath.Oath;
31 import com.forgerock.authenticator.mechanisms.push.Push;
32 import com.forgerock.authenticator.storage.IdentityModel;
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/identity/
H A DIdentity.java17 package com.forgerock.authenticator.identity;
22 import com.forgerock.authenticator.mechanisms.DuplicateMechanismException;
23 import com.forgerock.authenticator.mechanisms.MechanismCreationException;
24 import com.forgerock.authenticator.mechanisms.base.Mechanism;
25 import com.forgerock.authenticator.model.ModelObject;
26 import com.forgerock.authenticator.model.SortedList;
27 import com.forgerock.authenticator.storage.IdentityModel;
/forgerock/openidm-v4/openidm-authnfilter/src/test/java/org/forgerock/openidm/auth/modules/
H A DDelegatedAuthModuleTest.java51 private Authenticator authenticator; field in class:DelegatedAuthModuleTest
56 authenticator = mock(Authenticator.class);
57 when(authenticatorFactory.apply(any(JsonValue.class))).thenReturn(authenticator);
82 verifyZeroInteractions(authenticator);
106 verifyZeroInteractions(authenticator);
130 verifyZeroInteractions(authenticator);
154 verifyZeroInteractions(authenticator);
179 given(authenticator.authenticate(eq("USERNAME"), eq("PASSWORD"),
211 given(authenticator.authenticate(eq("USERNAME"), eq("PASSWORD"),
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/
H A DPushAuthMapper.java17 package com.forgerock.authenticator.mechanisms.push;
19 import com.forgerock.authenticator.mechanisms.URIMappingException;
20 import com.forgerock.authenticator.mechanisms.base.UriParser;
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/storage/
H A DIdentityModel.java17 package com.forgerock.authenticator.storage;
22 import com.forgerock.authenticator.identity.Identity;
23 import com.forgerock.authenticator.mechanisms.base.Mechanism;
24 import com.forgerock.authenticator.notifications.Notification;
H A DSettings.java17 package com.forgerock.authenticator.storage;
H A DModelOpenHelper.java17 package com.forgerock.authenticator.storage;
23 import com.forgerock.authenticator.identity.Identity;
24 import com.forgerock.authenticator.mechanisms.CoreMechanismFactory;
25 import com.forgerock.authenticator.mechanisms.base.Mechanism;
26 import com.forgerock.authenticator.model.ModelObject;
27 import com.forgerock.authenticator.notifications.Notification;
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/base/
H A DMechanismLayout.java17 package com.forgerock.authenticator.mechanisms.base;
28 import com.forgerock.authenticator.R;
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/ui/
H A DConfirmationSwipeBar.java17 package com.forgerock.authenticator.ui;
26 import com.forgerock.authenticator.R;
/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/mechanisms/oath/
H A DOathAuthMapperTest.java16 package com.forgerock.authenticator.mechanisms.oath;
18 import com.forgerock.authenticator.mechanisms.URIMappingException;
/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/storage/
H A DIdentityDatabaseTest.java17 package com.forgerock.authenticator.storage;
19 import com.forgerock.authenticator.BuildConfig;
20 import com.forgerock.authenticator.identity.Identity;
21 import com.forgerock.authenticator.mechanisms.CoreMechanismFactory;
22 import com.forgerock.authenticator.mechanisms.base.Mechanism;
23 import com.forgerock.authenticator.mechanisms.oath.Oath;
24 import com.forgerock.authenticator.mechanisms.push.Push;
25 import com.forgerock.authenticator.notifications.Notification;
26 import com.forgerock.authenticator.notifications.PushNotification;
27 import com.forgerock.authenticator
[all...]

Completed in 55 milliseconds

123456