Uses of Class
com.sun.identity.shared.debug.DebugLevel
-
Packages that use DebugLevel Package Description com.sun.identity.shared.debug Defines debug logging classes.com.sun.identity.shared.debug.impl org.forgerock.openam.core.rest.record -
-
Uses of DebugLevel in com.sun.identity.shared.debug
Methods in com.sun.identity.shared.debug that return DebugLevel Modifier and Type Method Description static DebugLevelDebugLevel. fromLevel(int strLevel)Get Debug level from its namestatic DebugLevelDebugLevel. fromName(String strName)Get Debug level from its namestatic DebugLevelDebugLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DebugLevel[]DebugLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.identity.shared.debug with parameters of type DebugLevel Modifier and Type Method Description intDebugLevel. compareLevel(DebugLevel o)Compares the debug level with the specified debug for order. -
Uses of DebugLevel in com.sun.identity.shared.debug.impl
Methods in com.sun.identity.shared.debug.impl with parameters of type DebugLevel Modifier and Type Method Description voidDebugImpl. setDebug(DebugLevel debugLevel)Sets debug level. -
Uses of DebugLevel in org.forgerock.openam.core.rest.record
Methods in org.forgerock.openam.core.rest.record that return DebugLevel Modifier and Type Method Description DebugLevelRecordProperties. getDebugLevel()Get debug level
-