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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java2634 public boolean isSessionQuotaReached(String userName) { method in class:AMLoginModule
2639 debug.error("AMLoginModule.isSessionQuotaReached :: called with null username");
2655 debug.message("AMLoginModule.isSessionQuotaReached :: univId= "
2659 debug.error("AMLoginModule.isSessionQuotaReached :: "
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java2662 public boolean isSessionQuotaReached(String userName) { method in class:AMLoginModule
2667 debug.error("AMLoginModule.isSessionQuotaReached :: called with null username");
2683 debug.message("AMLoginModule.isSessionQuotaReached :: univId= "
2687 debug.error("AMLoginModule.isSessionQuotaReached :: "

Completed in 32 milliseconds