@AMXMetadata(type="login-mon", group="monitoring", isSingleton=false) @ManagedObject @Description(value="Login Statistics") public class LoginStatsProvider extends Object
Constructor and Description |
---|
LoginStatsProvider() |
Modifier and Type | Method and Description |
---|---|
org.glassfish.external.statistics.CountStatistic |
getFailedLoginCount() |
org.glassfish.external.statistics.CountStatistic |
getSuccessLoginCount() |
void |
loginFailedEvent(String userName) |
void |
loginSuccessfulEvent(String userName) |
@ManagedAttribute public org.glassfish.external.statistics.CountStatistic getSuccessLoginCount()
@ManagedAttribute public org.glassfish.external.statistics.CountStatistic getFailedLoginCount()
public void loginSuccessfulEvent(String userName)
public void loginFailedEvent(String userName)
Copyright © 2019. All rights reserved.