Searched defs:maxProfilesAllowed (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DProfilePersister.java39 private final int maxProfilesAllowed; field in class:ProfilePersister
46 * @param maxProfilesAllowed The maximum device print profiles a user is allowed.
50 ProfilePersister(int maxProfilesAllowed, DevicePrintDao devicePrintDao, AMIdentityWrapper amIdentity) { argument
51 this.maxProfilesAllowed = maxProfilesAllowed;
77 while (profiles.size() >= maxProfilesAllowed) {
/forgerock/openam/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DProfilePersister.java41 private final int maxProfilesAllowed; field in class:ProfilePersister
48 * @param maxProfilesAllowed The maximum device print profiles a user is allowed.
52 ProfilePersister(int maxProfilesAllowed, DevicePrintDao devicePrintDao, AMIdentityWrapper amIdentity) { argument
53 this.maxProfilesAllowed = maxProfilesAllowed;
79 while (profiles.size() >= maxProfilesAllowed) {
/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js35 maxProfilesAllowed: 5,
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js35 maxProfilesAllowed: 5,

Completed in 55 milliseconds