Class Context

java.lang.Object
io.jenkins.plugins.csp.Context

public class Context extends Object
  • Method Details

    • encodeContext

      public static String encodeContext(@NonNull Object ancestorName, @CheckForNull org.springframework.security.core.Authentication authentication, @NonNull String restOfPath)
    • decodeContext

      public static Context.DecodedContext decodeContext(String rawContext)