play.api.libs.ws.ssl.debug.FixCertpathDebugLogging

MonkeyPatchSunSecurityUtilDebugAction

Related Doc: package FixCertpathDebugLogging

class MonkeyPatchSunSecurityUtilDebugAction extends FixLoggingAction

Source
FixCertpathDebugLogging.scala
Linear Supertypes
FixLoggingAction, ClassFinder, MonkeyPatcher, PrivilegedExceptionAction[Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MonkeyPatchSunSecurityUtilDebugAction
  2. FixLoggingAction
  3. ClassFinder
  4. MonkeyPatcher
  5. PrivilegedExceptionAction
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MonkeyPatchSunSecurityUtilDebugAction(newDebug: Debug, newOptions: String)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val debugType: Class[Debug]

  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def findClasses: Set[Class[_]]

    Definition Classes
    ClassFinder
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. val initialResource: String

    A resource (in a jar file, usually) in the format "/java/lang/String.class".

    A resource (in a jar file, usually) in the format "/java/lang/String.class". This returns an initial URL that leads to the JAR file we search for classes.

    Definition Classes
    MonkeyPatchSunSecurityUtilDebugActionClassFinder
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def isUsingDebug: Boolean

    Returns true if the new options contains certpath, false otherwise.

    Returns true if the new options contains certpath, false otherwise. If it does not contain certpath, then set the fields to null (which will disable logging).

    returns

  16. def isValidClass(className: String): Boolean

    Returns true if this class has an instance of {{Debug.getInstance("certpath")}}, false otherwise.

    Returns true if this class has an instance of {{Debug.getInstance("certpath")}}, false otherwise.

    className

    the name of the class.

    returns

    true if this class should be returned in the set of findClasses, false otherwise.

    Definition Classes
    MonkeyPatchSunSecurityUtilDebugActionClassFinder
  17. def isValidField(field: Field, definedType: Class[_]): Boolean

    Definition Classes
    FixLoggingAction
  18. val logger: org.slf4j.Logger

  19. def monkeyPatchField(field: Field, newObject: AnyRef): Unit

    Monkeypatches any given field.

    Monkeypatches any given field.

    field

    the field to change

    newObject

    the new object to place in the field.

    Definition Classes
    MonkeyPatcher
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. val newDebug: Debug

  22. val newOptions: String

  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def run(): Unit

    Definition Classes
    MonkeyPatchSunSecurityUtilDebugAction → PrivilegedExceptionAction
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FixLoggingAction

Inherited from ClassFinder

Inherited from MonkeyPatcher

Inherited from PrivilegedExceptionAction[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped