public interface IDebugProvider
com.sun.identity.util.IDebug
interface togehter provide the
necessary functionality to replace or enhance the Debug service.
Modifier and Type | Method and Description |
---|---|
IDebug |
getInstance(String debugName)
Returns an instance of
IDebug type which
enable the com.iplanet.am.util.Debug instances to delegate
the service calls to the provider specific implementation. |
IDebug getInstance(String debugName)
IDebug
type which
enable the com.iplanet.am.util.Debug
instances to delegate
the service calls to the provider specific implementation.debugName
- name of the debug instance which will be returned.IDebug
type known by the given
debugName
value.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.