Uses of Class
com.sun.identity.shared.debug.Debug
-
Packages that use Debug Package Description com.sun.identity.shared.debug Defines legacy debug logging classes. -
-
Uses of Debug in com.sun.identity.shared.debug
Methods in com.sun.identity.shared.debug that return Debug Modifier and Type Method Description static Debug
Debug. getInstance(String debugName)
Deprecated.Gets an existing instance of Debug for the specified debug name or a new one if no such instance already exists.Methods in com.sun.identity.shared.debug that return types with arguments of type Debug Modifier and Type Method Description static Collection<Debug>
Debug. getInstances()
Deprecated.Returns a collection of all Debug instances that exist in the system at the current instance.
-