Class

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

MonkeyPatchSunSecurityUtilDebugAction

Related Doc: package FixCertpathDebugLogging

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. val initialResource: String

    Permalink

    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

    Permalink
    Definition Classes
    Any
  15. def isUsingDebug: Boolean

    Permalink

    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).

  16. def isValidClass(className: String): Boolean

    Permalink

    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

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

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

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  21. val newDebug: Debug

    Permalink
  22. val newOptions: String

    Permalink
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. def run(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Permalink
    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