public class SsoServerAuthSvc extends Object implements SsoServerAuthSvcMBean, Serializable
Modifier and Type | Field and Description |
---|---|
protected Long |
AuthenticationFailureCount
Variable for storing the value of "AuthenticationFailureCount".
|
protected Integer |
AuthenticationFailureRate
Variable for storing the value of "AuthenticationFailureRate".
|
protected Long |
AuthenticationSuccessCount
Variable for storing the value of "AuthenticationSuccessCount".
|
protected Integer |
AuthenticationSuccessRate
Variable for storing the value of "AuthenticationSuccessRate".
|
protected TableSsoServerAuthModulesTable |
SsoServerAuthModulesTable
Variable for storing the value of "SsoServerAuthModulesTable".
|
Constructor and Description |
---|
SsoServerAuthSvc(com.sun.management.snmp.agent.SnmpMib myMib)
Constructor for the "SsoServerAuthSvc" group.
|
SsoServerAuthSvc(com.sun.management.snmp.agent.SnmpMib myMib,
MBeanServer server)
Constructor for the "SsoServerAuthSvc" group.
|
Modifier and Type | Method and Description |
---|---|
TableSsoServerAuthModulesTable |
accessSsoServerAuthModulesTable()
Access the "SsoServerAuthModulesTable" variable.
|
Long |
getAuthenticationFailureCount()
Getter for the "AuthenticationFailureCount" variable.
|
Integer |
getAuthenticationFailureRate()
Getter for the "AuthenticationFailureRate" variable.
|
Long |
getAuthenticationSuccessCount()
Getter for the "AuthenticationSuccessCount" variable.
|
Integer |
getAuthenticationSuccessRate()
Getter for the "AuthenticationSuccessRate" variable.
|
SsoServerAuthModulesEntryMBean[] |
getSsoServerAuthModulesTable()
Access the "SsoServerAuthModulesTable" variable as a bean indexed property.
|
protected TableSsoServerAuthModulesTable SsoServerAuthModulesTable
protected Integer AuthenticationFailureRate
protected Integer AuthenticationSuccessRate
protected Long AuthenticationFailureCount
protected Long AuthenticationSuccessCount
public SsoServerAuthSvc(com.sun.management.snmp.agent.SnmpMib myMib)
public SsoServerAuthSvc(com.sun.management.snmp.agent.SnmpMib myMib, MBeanServer server)
public TableSsoServerAuthModulesTable accessSsoServerAuthModulesTable() throws com.sun.management.snmp.SnmpStatusException
accessSsoServerAuthModulesTable
in interface SsoServerAuthSvcMBean
com.sun.management.snmp.SnmpStatusException
public SsoServerAuthModulesEntryMBean[] getSsoServerAuthModulesTable() throws com.sun.management.snmp.SnmpStatusException
com.sun.management.snmp.SnmpStatusException
public Integer getAuthenticationFailureRate() throws com.sun.management.snmp.SnmpStatusException
getAuthenticationFailureRate
in interface SsoServerAuthSvcMBean
com.sun.management.snmp.SnmpStatusException
public Integer getAuthenticationSuccessRate() throws com.sun.management.snmp.SnmpStatusException
getAuthenticationSuccessRate
in interface SsoServerAuthSvcMBean
com.sun.management.snmp.SnmpStatusException
public Long getAuthenticationFailureCount() throws com.sun.management.snmp.SnmpStatusException
getAuthenticationFailureCount
in interface SsoServerAuthSvcMBean
com.sun.management.snmp.SnmpStatusException
public Long getAuthenticationSuccessCount() throws com.sun.management.snmp.SnmpStatusException
getAuthenticationSuccessCount
in interface SsoServerAuthSvcMBean
com.sun.management.snmp.SnmpStatusException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.