Searched defs:iden (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java2671 private int getSessionQuota(AMIdentity iden) { argument
2674 if (iden == null) {
2681 iden.getServiceAttributesAscending("iPlanetAMSessionService");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java2699 private int getSessionQuota(AMIdentity iden) { argument
2702 if (iden == null) {
2709 iden.getServiceAttributesAscending("iPlanetAMSessionService");

Completed in 30 milliseconds