public final class MonitorManager extends Object
MonitorManager
is used to get instances of
the monitoring.*
implementation classes.
If the system property com.sun.identity.plugin.monitoring.class
is set, this class will be used as the provider instead of the default
implementation.Modifier and Type | Field and Description |
---|---|
static Debug |
debug |
static String |
MONAGENT_PROV_IMPL |
static String |
MONAGENT_PROVIDER_NAME |
static String |
MONIDFF_PROV_IMPL |
static String |
MONIDFF_PROVIDER_NAME |
static String |
MONSAML1_PROV_IMPL |
static String |
MONSAML1_PROVIDER_NAME |
static String |
MONSAML2_PROV_IMPL |
static String |
MONSAML2_PROVIDER_NAME |
Constructor and Description |
---|
MonitorManager() |
Modifier and Type | Method and Description |
---|---|
static FedMonAgent |
getAgent()
Returns an instance of the
FedMonAgent object. |
static FedMonIDFFSvc |
getIDFFSvc() |
static FedMonSAML1Svc |
getSAML1Svc() |
static FedMonSAML2Svc |
getSAML2Svc() |
public static final String MONAGENT_PROVIDER_NAME
public static final String MONAGENT_PROV_IMPL
public static final String MONSAML1_PROVIDER_NAME
public static final String MONSAML1_PROV_IMPL
public static final String MONSAML2_PROVIDER_NAME
public static final String MONSAML2_PROV_IMPL
public static final String MONIDFF_PROVIDER_NAME
public static final String MONIDFF_PROV_IMPL
public static final Debug debug
public static FedMonAgent getAgent()
FedMonAgent
object.Logger
object.LogException
- if there is an error.public static FedMonSAML1Svc getSAML1Svc()
public static FedMonSAML2Svc getSAML2Svc()
public static FedMonIDFFSvc getIDFFSvc()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.